Ignore:
Timestamp:
Nov 24, 2016, 1:14:11 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.3

Location:
vendor/current/docs-xml/manpages
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • vendor/current/docs-xml/manpages/smbget.1.xml

    r860 r988  
    88        <refmiscinfo class="source">Samba</refmiscinfo>
    99        <refmiscinfo class="manual">User Commands</refmiscinfo>
    10         <refmiscinfo class="version">3.6</refmiscinfo>
     10        <refmiscinfo class="version">4.4</refmiscinfo>
    1111</refmeta>
    1212
     
    2323                <arg choice="opt">-r, --resume</arg>
    2424                <arg choice="opt">-R, --recursive</arg>
    25                 <arg choice="opt">-u, --username=STRING</arg>
    26                 <arg choice="opt">-p, --password=STRING</arg>
     25                <arg choice="opt">-U, --username=STRING</arg>
    2726                <arg choice="opt">-w, --workgroup=STRING</arg>
    2827                <arg choice="opt">-n, --nonprompt</arg>
    2928                <arg choice="opt">-d, --debuglevel=INT</arg>
    3029                <arg choice="opt">-D, --dots</arg>
    31                 <arg choice="opt">-P, --keep-permissions</arg>
    3230                <arg choice="opt">-o, --outputfile</arg>
    3331                <arg choice="opt">-f, --rcfile</arg>
     
    3634                <arg choice="opt">-b, --blocksize</arg>
    3735                <arg choice="opt">-O, --stdout</arg>
     36                <arg choice="opt">-u, --update</arg>
    3837                <arg choice="opt">-?, --help</arg>
    3938                <arg choice="opt">--usage</arg>
     
    7877
    7978        <varlistentry>
    80                 <term>-u, --username=STRING</term>
    81                 <listitem><para>Username to use</para></listitem>
    82         </varlistentry>
    83 
    84         <varlistentry>
    85                 <term>-p, --password=STRING</term>
    86                 <listitem><para>Password to use</para></listitem>
     79                <term> -U, --username=<replaceable>username[%password]</replaceable></term>
     80                <listitem><para>Username (and password) to use</para></listitem>
    8781        </varlistentry>
    8882
     
    108102
    109103        <varlistentry>
    110                 <term>-P, --keep-permissions</term>
    111                 <listitem><para>Set same permissions on local file as are set on remote file.</para></listitem>
    112         </varlistentry>
    113 
    114         <varlistentry>
    115104                <term>-o, --outputfile</term>
    116105                <listitem><para>Write the file that is being downloaded to the specified file. Can not be used together with -R.</para></listitem>
     
    151140                <listitem><para>Display brief usage message</para></listitem>
    152141        </varlistentry>
     142
     143        <varlistentry>
     144                <term>-u, --update</term>
     145                <listitem><para>Download only when remote file is newer than local file or local file is missing.</para></listitem>
     146        </varlistentry>
     147
     148        &stdarg.encrypt;
     149
    153150</refsect1>
    154151
Note: See TracChangeset for help on using the changeset viewer.