clarify multisig create helptext
This commit is contained in:
parent
62a503d686
commit
17642b5ecb
@ -51,7 +51,8 @@ var msigCreateCmd = &cli.Command{
|
||||
ArgsUsage: "[address1 address2 ...]",
|
||||
Flags: []cli.Flag{
|
||||
&cli.Int64Flag{
|
||||
Name: "required",
|
||||
Name: "required",
|
||||
Usage: "number of required approvals (uses number of signers provided if omitted)",
|
||||
},
|
||||
&cli.StringFlag{
|
||||
Name: "value",
|
||||
|
Loading…
Reference in New Issue
Block a user