Add ArgsUsages to the CLI where missing
- This commit also standardises some notation
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ import (
|
||||
var sendCmd = &cli.Command{
|
||||
Name: "send",
|
||||
Usage: "Send funds between accounts",
|
||||
ArgsUsage: "<target> <amount>",
|
||||
ArgsUsage: "[targetAddress] [amount]",
|
||||
Flags: []cli.Flag{
|
||||
&cli.StringFlag{
|
||||
Name: "source",
|
||||
|
||||
Reference in New Issue
Block a user