Add ArgsUsages to the CLI where missing

- This commit also standardises some notation
This commit is contained in:
Aayush Rajasekaran
2020-03-04 16:58:46 -08:00
parent f2c518455e
commit e9afba3490
10 changed files with 52 additions and 11 deletions
+1 -1
View File
@@ -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",