diff options
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> |