1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00

s3-utils/smbget: Update manpages for parameter changes

Signed-off-by: Christian Ambach <ambi@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
Christian Ambach 2016-01-27 22:37:36 +01:00 committed by Andreas Schneider
parent cac1086ae1
commit fbdde9c465
2 changed files with 7 additions and 17 deletions

View File

@ -22,8 +22,7 @@
<arg choice="opt">-a, --guest</arg>
<arg choice="opt">-r, --resume</arg>
<arg choice="opt">-R, --recursive</arg>
<arg choice="opt">-u, --username=STRING</arg>
<arg choice="opt">-p, --password=STRING</arg>
<arg choice="opt">-U, --username=STRING</arg>
<arg choice="opt">-w, --workgroup=STRING</arg>
<arg choice="opt">-n, --nonprompt</arg>
<arg choice="opt">-d, --debuglevel=INT</arg>
@ -35,7 +34,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">-u, --update</arg>
<arg choice="opt">-?, --help</arg>
<arg choice="opt">--usage</arg>
<arg choice="req">smb://host/share/path/to/file</arg>
@ -78,13 +77,8 @@
</varlistentry>
<varlistentry>
<term>-u, --username=STRING</term>
<listitem><para>Username to use</para></listitem>
</varlistentry>
<varlistentry>
<term>-p, --password=STRING</term>
<listitem><para>Password to use</para></listitem>
<term> -U, --username=<replaceable>username[%password]</replaceable></term>
<listitem><para>Username (and password) to use</para></listitem>
</varlistentry>
<varlistentry>
@ -153,7 +147,7 @@
</varlistentry>
<varlistentry>
<term>-U, --update</term>
<term>-u, --update</term>
<listitem><para>Download only when remote file is newer than local file or local file is missing.</para></listitem>
</varlistentry>

View File

@ -53,15 +53,11 @@
<listitem><para>Whether directories should be downloaded recursively</para></listitem>
</varlistentry>
<varlistentry><term>username <replaceable>name</replaceable></term>
<listitem><para>Username to use when logging in to the remote server. Use an empty string for anonymous access.
<varlistentry><term>user <replaceable>name[%password]</replaceable></term>
<listitem><para>Username (and password) to use when logging in to the remote server. Use an empty string for anonymous access.
</para></listitem>
</varlistentry>
<varlistentry><term>password <replaceable>pass</replaceable></term>
<listitem><para>Password to use when logging in.</para></listitem>
</varlistentry>
<varlistentry><term>workgroup <replaceable>wg</replaceable></term>
<listitem><para>Workgroup to use when logging in</para></listitem>
</varlistentry>