From d06159992899f0f85917c0f7cc0d9dcaf6b07c93 Mon Sep 17 00:00:00 2001 From: wanglong Date: Sun, 15 Jul 2012 22:49:26 +0800 Subject: Fix the wrong infomation in keystone-manage.rst Change-Id: I63d789b15361c74d11531646c30fd45f111e236c --- doc/source/man/keystone-manage.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/source') diff --git a/doc/source/man/keystone-manage.rst b/doc/source/man/keystone-manage.rst index d5471726..a4eae1ae 100644 --- a/doc/source/man/keystone-manage.rst +++ b/doc/source/man/keystone-manage.rst @@ -57,9 +57,9 @@ Options: can be specified, with values in later files taking precedence. The default files used are: [] -d, --debug Print debugging output - --nodebug Print debugging output + --nodebug The inverse of --debug -v, --verbose Print more verbose output - --noverbose Print more verbose output + --noverbose The inverse of --verbose --log-config=PATH If this option is specified, the logging configuration file specified is used and overrides any other logging options specified. Please see the Python logging @@ -79,7 +79,7 @@ Options: (Optional) The syslog facility to use when logging to syslog (defaults to LOG_USER) --use-syslog Use syslog for logging. - --nouse-syslog Use syslog for logging. + --nouse-syslog The inverse of --use-syslog. FILES ===== -- cgit