Skip to content

Change example to use parameter that exists #1686

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 28, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions docs/rabbitmqctl.8
Original file line number Diff line number Diff line change
Expand Up @@ -978,13 +978,13 @@ In most shells you are very likely to need to quote this.
.El
.Pp
For example, this command sets the parameter
.Qq local_username
.Qq node01
for the
.Qq federation
component in the default virtual host to the JSON term
.Qq federation-upstream
component in the default virtual host to the following JSON
.Qq guest :
.sp
.Dl rabbitmqctl set_parameter federation local_username Qq guest
.Dl rabbitmqctl set_parameter federation-upstream node01 '{"uri":"amqp://user:password@server/%2F","ack-mode":"on-publish"}'
.\" ------------------------------------
.It Cm clear_parameter Oo Fl p Ar vhost Oc Ar component_name Ar key
Clears a parameter.
Expand All @@ -996,12 +996,12 @@ The name of the parameter being cleared.
.El
.Pp
For example, this command clears the parameter
.Qq local_username
.Qq node01
for the
.Qq federation
.Qq federation-upstream
component in the default virtual host:
.sp
.Dl rabbitmqctl clear_parameter federation local_username
.Dl rabbitmqctl clear_parameter federation-upstream node01
.\" ------------------------------------
.It Cm list_parameters Op Fl p Ar vhost
Lists all parameters for a virtual host.
Expand Down