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 authored Nov 29, 2021
1 parent 6cf54af commit 2368358
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 2368358

Please sign in to comment.