Skip to content

Commit

Permalink
rpk: change host flag help text for admin config print
Browse files Browse the repository at this point in the history
  • Loading branch information
r-vasquez committed May 6, 2022
1 parent 850f9f3 commit c1d8d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/go/rpk/pkg/cli/cmd/redpanda/admin/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func newPrintCommand(fs afero.Fs) *cobra.Command {
},
}

cmd.Flags().StringVar(&host, "host", "", "either an index into admin_api hosts to issue the request to, or a hostname")
cmd.Flags().StringVar(&host, "host", "", "either a hostname or an index into rpk.admin_api.addresses config section to select the hosts to issue the request to")
cobra.MarkFlagRequired(cmd.Flags(), "host")

return cmd
Expand Down

0 comments on commit c1d8d71

Please sign in to comment.