1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

s3-docs: mention -O, --stdout in smbget manpage.

Guenther
This commit is contained in:
Günther Deschner 2009-12-21 16:07:42 +01:00
parent f868672814
commit 6ffa5df69a

View 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>
@ -112,7 +113,12 @@
<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>