mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-22 19:29:39 +00:00
cli: fix UsageText for 'wallet import-deployed' command
This commit is contained in:
parent
881ed3065e
commit
42bfd413e3
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ func NewCommands() []cli.Command {
|
|||
{
|
||||
Name: "import-deployed",
|
||||
Usage: "import deployed contract",
|
||||
UsageText: "import-multisig --wallet <path> --wif <wif> --contract <hash>",
|
||||
UsageText: "import-deployed --wallet <path> --wif <wif> --contract <hash>",
|
||||
Action: importDeployed,
|
||||
Flags: append([]cli.Flag{
|
||||
walletPathFlag,
|
||||
|
|
Loading…
Reference in a new issue