File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ var f3SbCmdListMiners = &cli.Command{
8383var f3SubCmdPowerTable = & cli.Command {
8484 Name : "powertable" ,
8585 Aliases : []string {"pt" },
86+ Usage : "Manages interactions with F3 power tables." ,
8687 Subcommands : []* cli.Command {
8788 {
8889 Name : "get" ,
Original file line number Diff line number Diff line change @@ -2998,7 +2998,7 @@ USAGE:
29982998
29992999COMMANDS:
30003000 list-miners, lm Lists the miners that currently participate in F3 via this node.
3001- powertable, pt
3001+ powertable, pt Manages interactions with F3 power tables.
30023002 certs, c Manages interactions with F3 finality certificates.
30033003 manifest Gets the current manifest used by F3.
30043004 status Checks the F3 status.
@@ -3025,7 +3025,7 @@ OPTIONS:
30253025
30263026```
30273027NAME:
3028- lotus f3 powertable
3028+ lotus f3 powertable - Manages interactions with F3 power tables.
30293029
30303030USAGE:
30313031 lotus f3 powertable command [command options]
You can’t perform that action at this time.
0 commit comments