Improve cli docs
This commit is contained in:
parent
8ccee51887
commit
11394aa4aa
@ -382,7 +382,7 @@ var MpoolReplaceCmd = &cli.Command{
|
||||
},
|
||||
&cli.StringFlag{
|
||||
Name: "fee-limit",
|
||||
Usage: "Spend up to X attoFIL for this message (applicable for auto mode)",
|
||||
Usage: "Spend up to X FIL for this message in units of FIL. Previously when flag was `max-fee` units were in attoFIL. Applicable for auto mode",
|
||||
},
|
||||
},
|
||||
ArgsUsage: "<from nonce> | <message-cid>",
|
||||
|
@ -1531,7 +1531,7 @@ OPTIONS:
|
||||
--gas-premium value gas price for new message (pay to miner, attoFIL/GasUnit)
|
||||
--gas-limit value gas limit for new message (GasUnit) (default: 0)
|
||||
--auto automatically reprice the specified message (default: false)
|
||||
--fee-limit value Spend up to X attoFIL for this message (applicable for auto mode)
|
||||
--fee-limit max-fee Spend up to X FIL for this message in units of FIL. Previously when flag was max-fee units were in attoFIL. Applicable for auto mode
|
||||
--help, -h show help (default: false)
|
||||
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user