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