cli: update usage text for 'wallet sign' command
RPC endpoint can be provided.
This commit is contained in:
parent
a348347fe8
commit
70fc78b768
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ func NewCommands() []cli.Command {
|
|||
{
|
||||
Name: "sign",
|
||||
Usage: "cosign transaction with multisig/contract/additional account",
|
||||
UsageText: "sign --wallet <path> --address <address> --in <file.in> --out <file.out>",
|
||||
UsageText: "sign --wallet <path> --address <address> --in <file.in> --out <file.out> [-r <endpoint>]",
|
||||
Action: signStoredTransaction,
|
||||
Flags: signFlags,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue