s3-docs: mention -O, --stdout in smbget manpage.
authorGünther Deschner <gd@samba.org>
Mon, 21 Dec 2009 15:07:42 +0000 (16:07 +0100)
committerGünther Deschner <gd@samba.org>
Mon, 21 Dec 2009 16:47:15 +0000 (17:47 +0100)
Guenther

docs-xml/manpages-3/smbget.1.xml

index 1260ad1d88c7780b141e9ce63a6c85bb392351de..e4094ab096259fb9cf886eff1a34820e0f860045 100644 (file)
@@ -34,6 +34,7 @@
                <arg choice="opt">-q, --quiet</arg>
                <arg choice="opt">-v, --verbose</arg>
                <arg choice="opt">-b, --blocksize</arg>
+               <arg choice="opt">-O, --stdout</arg>
                <arg choice="opt">-?, --help</arg>
                <arg choice="opt">--usage</arg>
                <arg choice="req">smb://host/share/path/to/file</arg>
 
        <varlistentry>
                <term>-o, --outputfile</term>
-               <listitem><para>Write the file that is being download to the specified file. Can not be used together with -R.</para></listitem>
+               <listitem><para>Write the file that is being downloaded to the specified file. Can not be used together with -R.</para></listitem>
+       </varlistentry>
+
+       <varlistentry>
+               <term>-O, --stdout</term>
+               <listitem><para>Write the file that is being downloaded to standard output.</para></listitem>
        </varlistentry>
 
        <varlistentry>