diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-08-18 18:17:24 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-08-18 18:17:24 +0000 |
commit | 292a1e2d965361ac0522c143521e7515224cf643 (patch) | |
tree | 1c8317b3780781b3086665a578cbebba93a56acb /docs/docbook/manpages | |
parent | aaf83174881865f30ab4b27c466f7cfe57184c9a (diff) | |
download | samba-292a1e2d965361ac0522c143521e7515224cf643.tar.gz samba-292a1e2d965361ac0522c143521e7515224cf643.tar.bz2 samba-292a1e2d965361ac0522c143521e7515224cf643.zip |
Document -q
(This used to be commit 8c0e29c4421a237fdb6a7433f4bf299cbacadf86)
Diffstat (limited to 'docs/docbook/manpages')
-rw-r--r-- | docs/docbook/manpages/log2pcap.1.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/docbook/manpages/log2pcap.1.xml b/docs/docbook/manpages/log2pcap.1.xml index c375fcd515..2a336dc326 100644 --- a/docs/docbook/manpages/log2pcap.1.xml +++ b/docs/docbook/manpages/log2pcap.1.xml @@ -20,6 +20,7 @@ <cmdsynopsis> <command>log2pcap</command> <arg choice="opt">-h</arg> + <arg choice="opt">-q</arg> <arg choice="opt">logfile</arg> <arg choice="opt">pcap_file</arg> </cmdsynopsis> @@ -54,6 +55,12 @@ hex dump, in a format that is readable by the <application>text2pcap</application> utility.</para></listitem> </varlistentry> + + <varlistentry> + <term>-q</term> + <listitem><para>Be quiet. No warning messages about missing + or incomplete data will be given.</para></listitem> + </varlistentry> <varlistentry> <term>logfile</term> |