diff options
author | Pavel Březina <pbrezina@redhat.com> | 2011-08-08 11:00:48 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2011-08-08 10:23:43 -0400 |
commit | 96ea25cbd9b94d48c57b6173eeda2b3fbe670a70 (patch) | |
tree | 44ef8d94a0bfb793af2a4f4ef289d6b265ab8b3b /src/man | |
parent | 8a07521b413a3b5879f824e1872c5770c92ee5c0 (diff) | |
download | sssd-96ea25cbd9b94d48c57b6173eeda2b3fbe670a70.tar.gz sssd-96ea25cbd9b94d48c57b6173eeda2b3fbe670a70.tar.xz sssd-96ea25cbd9b94d48c57b6173eeda2b3fbe670a70.zip |
debug_timestamps fixes
Fixed: could not overwrite debug_timestamps when set in sssd.conf
Fixed: invalid description of debug_timestamps in sssd man page
Diffstat (limited to 'src/man')
-rw-r--r-- | src/man/sssd.8.xml | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/src/man/sssd.8.xml b/src/man/sssd.8.xml index bab37b214..185671958 100644 --- a/src/man/sssd.8.xml +++ b/src/man/sssd.8.xml @@ -55,13 +55,18 @@ </listitem> </varlistentry> <varlistentry> - <term>debug_timestamps (bool)</term> + <term> + <option>--debug-timestamps=</option><replaceable>mode</replaceable> + </term> <listitem> <para> - Add a timestamp to the debug messages + <emphasis>1</emphasis>: Add a timestamp to the debug messages + </para> + <para> + <emphasis>0</emphasis>: Disable timestamp in the debug messages </para> <para> - Default: false + Default: 1 </para> </listitem> </varlistentry> |