diff options
author | Günther Deschner <gd@samba.org> | 2013-11-18 11:51:55 +0100 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2013-11-19 09:52:41 +0100 |
commit | def43ad250168790fe3db868c0f688ff04f0fefa (patch) | |
tree | 70462e060ab3d9fedfce6b4d78c5aacb2bdf634b /docs-xml/manpages | |
parent | 1e4fb44c97eddb28aad903ddbfe0f05229f5802e (diff) | |
download | samba-def43ad250168790fe3db868c0f688ff04f0fefa.tar.gz samba-def43ad250168790fe3db868c0f688ff04f0fefa.tar.xz samba-def43ad250168790fe3db868c0f688ff04f0fefa.zip |
docs: mention --update and --encrypt in smbget manpage.
Guenther
Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'docs-xml/manpages')
-rw-r--r-- | docs-xml/manpages/smbget.1.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs-xml/manpages/smbget.1.xml b/docs-xml/manpages/smbget.1.xml index b805b4c9a0..a277712e76 100644 --- a/docs-xml/manpages/smbget.1.xml +++ b/docs-xml/manpages/smbget.1.xml @@ -35,6 +35,7 @@ <arg choice="opt">-v, --verbose</arg> <arg choice="opt">-b, --blocksize</arg> <arg choice="opt">-O, --stdout</arg> + <arg choice="opt">-U, --update</arg> <arg choice="opt">-?, --help</arg> <arg choice="opt">--usage</arg> <arg choice="req">smb://host/share/path/to/file</arg> @@ -150,6 +151,14 @@ <term>--usage</term> <listitem><para>Display brief usage message</para></listitem> </varlistentry> + + <varlistentry> + <term>-U, --update</term> + <listitem><para>Download only when remote file is newer than local file or local file is missing.</para></listitem> + </varlistentry> + + &stdarg.encrypt; + </refsect1> <refsect1> |