mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-22 19:29:39 +00:00
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",
|
||||
Usage: "import WIF",
|
||||
Action: importWallet,
|
||||
Name: "import",
|
||||
Usage: "import WIF of a standard signature contract",
|
||||
UsageText: "import --wallet <path> --wif <wif> [--name <account_name>]",
|
||||
Action: importWallet,
|
||||
Flags: []cli.Flag{
|
||||
walletPathFlag,
|
||||
wifFlag,
|
||||
|
|
Loading…
Reference in a new issue