Skip to content

Commit

Permalink
Merge pull request #4617 from r-vasquez/change-config-print
Browse files Browse the repository at this point in the history
rpk: change host flag help text for admin config print
  • Loading branch information
twmb committed May 9, 2022
2 parents 97d2ea2 + c1d8d71 commit c7848b9
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 c7848b9

Please sign in to comment.