Skip to content

Commit

Permalink
worker: Typo in resources cmd usage
Browse files Browse the repository at this point in the history
Co-authored-by: Aayush Rajasekaran <arajasek94@gmail.com>
  • Loading branch information
magik6k and arajasek committed Nov 29, 2021
1 parent 6cf54af commit 04c016d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/lotus-seal-worker/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var resourcesCmd = &cli.Command{
},
&cli.BoolFlag{
Name: "default",
Usage: "print all resource envvars",
Usage: "print default resource envvars",
},
},
Action: func(cctx *cli.Context) error {
Expand Down
2 changes: 1 addition & 1 deletion documentation/en/cli-lotus-worker.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ USAGE:
OPTIONS:
--all print all resource envvars (default: false)
--default print all resource envvars (default: false)
--default print default resource envvars (default: false)
--help, -h show help (default: false)
```
Expand Down

0 comments on commit 04c016d

Please sign in to comment.