Make capitalization in helper command consistent with the rest of the program
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Elara 2023-10-10 13:01:19 -07:00
parent 09ff697b71
commit 564f3c9b05
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ import (
var helperCmd = &cli.Command{
Name: "helper",
Usage: "Run a lure helper command",
Usage: "Run a LURE helper command",
ArgsUsage: `<helper_name|"list">`,
Subcommands: []*cli.Command{helperListCmd},
Flags: []cli.Flag{