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",
|
Name: "import-deployed",
|
||||||
Usage: "import deployed contract",
|
Usage: "import deployed contract",
|
||||||
UsageText: "import-multisig --wallet <path> --wif <wif> --contract <hash>",
|
UsageText: "import-deployed --wallet <path> --wif <wif> --contract <hash>",
|
||||||
Action: importDeployed,
|
Action: importDeployed,
|
||||||
Flags: append([]cli.Flag{
|
Flags: append([]cli.Flag{
|
||||||
walletPathFlag,
|
walletPathFlag,
|
||||||
|
|
Loading…
Reference in a new issue