diff options
| author | Hubert Plociniczak <hubert@lshift.net> | 2008-08-26 18:26:04 +0100 |
|---|---|---|
| committer | Hubert Plociniczak <hubert@lshift.net> | 2008-08-26 18:26:04 +0100 |
| commit | 76a64d4afd23127d94e284d07da2364bc8dc2eaa (patch) | |
| tree | 34b99adc4422b522e9d7b6d0ecfb5dac304f851f /docs/rabbitmqctl.pod | |
| parent | 6dc907780cd799ca04bdae6f0b2cdfd9d1c2b963 (diff) | |
| download | rabbitmq-server-git-76a64d4afd23127d94e284d07da2364bc8dc2eaa.tar.gz | |
Moved append operation inside init/1
in handlers' wrappers. Added comments,
fixed various small things.
Diffstat (limited to 'docs/rabbitmqctl.pod')
| -rw-r--r-- | docs/rabbitmqctl.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/rabbitmqctl.pod b/docs/rabbitmqctl.pod index d6e0bac71a..927fd8af40 100644 --- a/docs/rabbitmqctl.pod +++ b/docs/rabbitmqctl.pod @@ -132,7 +132,7 @@ default Erlang node: Append current logs' content to the files with ".1" suffix and reopen them: - rabbitmqctl reopen_logs .1 + rabbitmqctl rotate_logs .1 =head1 SEE ALSO |
