Skip to content

Commit 7de943b

Browse files
committed
refactor: Encode command description
1 parent 888a6ab commit 7de943b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Options:
2525
2626
Commands:
2727
list [options] List pending spells by status
28-
encode Encode calldata to cancel Spells (Etherscan/Tenderly input)
28+
encode Encode calldata to drop spells (i.e: input for Etherscan/Tenderly UIs)
2929
help [command] display help for command
3030
```
3131

cli/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ program
5353
.addCommand(
5454
new Command("encode")
5555
.description(
56-
"Encode calldata to cancel Spells (Etherscan/Tenderly input)",
56+
"Encode calldata to drop spells (i.e: input for Etherscan/Tenderly UIs)",
5757
)
5858
.action(encode),
5959
);

0 commit comments

Comments
 (0)