Skip to content

Commit 1475161

Browse files
masciper1234
andauthored
Update cli/cli.go
Co-Authored-By: per1234 <accounts@perglass.com>
1 parent f496b34 commit 1475161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/cli.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ func createCliCommandTree(cmd *cobra.Command) {
7878
cmd.PersistentFlags().BoolVar(&globals.Debug, "debug", false, "Enables debug output (super verbose, used to debug the CLI).")
7979
cmd.PersistentFlags().StringVar(&outputFormat, "format", "text", "The output format, can be [text|json].")
8080
cmd.PersistentFlags().StringVar(&globals.YAMLConfigFile, "config-file", "", "The custom config file (if not specified the default will be used).")
81-
cmd.PersistentFlags().StringSliceVar(&globals.AdditionalUrls, "additional-urls", []string{}, "Additional URLs for the board manager.")
81+
cmd.PersistentFlags().StringSliceVar(&globals.AdditionalUrls, "additional-urls", []string{}, "Additional URLs for Boards Manager.")
8282
}
8383

8484
func preRun(cmd *cobra.Command, args []string) {

0 commit comments

Comments
 (0)