diff options
author | Pavel Březina <pbrezina@redhat.com> | 2011-08-29 10:40:02 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2011-09-08 15:29:42 -0400 |
commit | 5cbe97f9a8c516122cb1487d00f7c8b6d641fc19 (patch) | |
tree | a9ddea51b608d4257ea927e80cd64918ff256a53 /src/man/sssd.8.xml | |
parent | 1a7529bf5f867b43e0475f7f9ac0cd8671fb16f1 (diff) | |
download | sssd-5cbe97f9a8c516122cb1487d00f7c8b6d641fc19.tar.gz sssd-5cbe97f9a8c516122cb1487d00f7c8b6d641fc19.tar.xz sssd-5cbe97f9a8c516122cb1487d00f7c8b6d641fc19.zip |
DEBUG timestamps offer higher precision - man page updated
https://fedorahosted.org/sssd/ticket/956
Diffstat (limited to 'src/man/sssd.8.xml')
-rw-r--r-- | src/man/sssd.8.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/man/sssd.8.xml b/src/man/sssd.8.xml index e4d972c4e..5fda3ad71 100644 --- a/src/man/sssd.8.xml +++ b/src/man/sssd.8.xml @@ -66,6 +66,22 @@ </varlistentry> <varlistentry> <term> + <option>--debug-microseconds=</option><replaceable>mode</replaceable> + </term> + <listitem> + <para> + <emphasis>1</emphasis>: Add microseconds to the timestamp in debug messages + </para> + <para> + <emphasis>0</emphasis>: Disable microseconds in timestamp + </para> + <para> + Default: 0 + </para> + </listitem> + </varlistentry> + <varlistentry> + <term> <option>-f</option>,<option>--debug-to-files</option> </term> <listitem> |