Improve cli docs

This commit is contained in:
ZenGround0
2021-07-29 00:29:27 -04:00
parent 8ccee51887
commit 11394aa4aa
2 changed files with 2 additions and 2 deletions
+1 -1
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)
```