change "duration" help text
This commit is contained in:
parent
2676892886
commit
139c3297ab
@ -59,7 +59,7 @@ var setAskCmd = &cli.Command{
|
||||
},
|
||||
&cli.Uint64Flag{
|
||||
Name: "duration",
|
||||
Usage: "Set the duration (specified as epochs) of the ask to `DURATION`",
|
||||
Usage: "Set the number of epochs (from now) that the ask will expire `DURATION`",
|
||||
DefaultText: "100000",
|
||||
Value: 100000,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user