Improve cli docs

This commit is contained in:
ZenGround0 2021-07-29 00:28:15 -04:00
parent 8ccee51887
commit 11394aa4aa
2 changed files with 2 additions and 2 deletions

View File

@ -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>",

View File

@ -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)
```