cli: add usage description to 'wallet import' command
This commit is contained in:
parent
08e88ce5b2
commit
0ccced2274
1 changed files with 4 additions and 3 deletions
|
@ -154,9 +154,10 @@ func NewCommands() []cli.Command {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: "import",
|
Name: "import",
|
||||||
Usage: "import WIF",
|
Usage: "import WIF of a standard signature contract",
|
||||||
Action: importWallet,
|
UsageText: "import --wallet <path> --wif <wif> [--name <account_name>]",
|
||||||
|
Action: importWallet,
|
||||||
Flags: []cli.Flag{
|
Flags: []cli.Flag{
|
||||||
walletPathFlag,
|
walletPathFlag,
|
||||||
wifFlag,
|
wifFlag,
|
||||||
|
|
Loading…
Reference in a new issue