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