diff options
| author | Jean-Sébastien Pédron <jean-sebastien.pedron@dumbbell.fr> | 2018-07-19 10:17:02 +0200 |
|---|---|---|
| committer | Jean-Sébastien Pédron <jean-sebastien.pedron@dumbbell.fr> | 2018-07-19 10:17:02 +0200 |
| commit | 7c941aff893c44355e3e892a43b80d20de171ac3 (patch) | |
| tree | 860bb8da7db3d2ff00f28e4423f8a7f9e88198da | |
| parent | ac5db6f67859385b4e0aa4049b93e3dbdc0e19a7 (diff) | |
| download | rabbitmq-server-git-7c941aff893c44355e3e892a43b80d20de171ac3.tar.gz | |
rabbitmqctl.8: Wrap a long line
... to keep it under the 80-column limit.
References #1641.
| -rw-r--r-- | docs/rabbitmqctl.8 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/rabbitmqctl.8 b/docs/rabbitmqctl.8 index 27e8b2b055..54ed53c1e4 100644 --- a/docs/rabbitmqctl.8 +++ b/docs/rabbitmqctl.8 @@ -449,7 +449,8 @@ Rename the node in the local database: .Dl rabbitmqctl rename_cluster_node rabbit@misshelpful rabbit@cordelia .sp .It -Rename the local database directories (note, you do not need to do this if you have set the RABBITMQ_MNESIA_DIR environment variable): +Rename the local database directories (note, you do not need to do this +if you have set the RABBITMQ_MNESIA_DIR environment variable): .sp .Bd -literal -offset indent -compact mv \\ |
