diff options
author | Günther Deschner <gd@samba.org> | 2009-12-21 16:07:42 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-12-21 17:47:15 +0100 |
commit | 6ffa5df69afbbce4bcf3c26c6068bcd927826ddd (patch) | |
tree | c9c7d92368173c3b685c9122a0bc4c9dbca094ab | |
parent | f8686728147eaf60d09c00d98d65902eb7e77902 (diff) | |
download | samba-6ffa5df69afbbce4bcf3c26c6068bcd927826ddd.tar.gz samba-6ffa5df69afbbce4bcf3c26c6068bcd927826ddd.tar.bz2 samba-6ffa5df69afbbce4bcf3c26c6068bcd927826ddd.zip |
s3-docs: mention -O, --stdout in smbget manpage.
Guenther
-rw-r--r-- | docs-xml/manpages-3/smbget.1.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs-xml/manpages-3/smbget.1.xml b/docs-xml/manpages-3/smbget.1.xml index 1260ad1d88..e4094ab096 100644 --- a/docs-xml/manpages-3/smbget.1.xml +++ b/docs-xml/manpages-3/smbget.1.xml @@ -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> |