Skip to content

Commit 9c897c5

Browse files
authored
docs(cli): add usage description for f3 powertable command (#13020)
cli(docs): add usage description for f3 powertable command cli(docs): add usage description for f3 powertable command
1 parent 498b3a3 commit 9c897c5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

cli/f3.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ var f3SbCmdListMiners = &cli.Command{
8383
var 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",

documentation/en/cli-lotus.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2998,7 +2998,7 @@ USAGE:
29982998
29992999
COMMANDS:
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
```
30273027
NAME:
3028-
lotus f3 powertable
3028+
lotus f3 powertable - Manages interactions with F3 power tables.
30293029
30303030
USAGE:
30313031
lotus f3 powertable command [command options]

0 commit comments

Comments
 (0)