Changeset 988 for vendor/current/docs-xml/manpages/smbget.1.xml
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- 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 8 8 <refmiscinfo class="source">Samba</refmiscinfo> 9 9 <refmiscinfo class="manual">User Commands</refmiscinfo> 10 <refmiscinfo class="version"> 3.6</refmiscinfo>10 <refmiscinfo class="version">4.4</refmiscinfo> 11 11 </refmeta> 12 12 … … 23 23 <arg choice="opt">-r, --resume</arg> 24 24 <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> 27 26 <arg choice="opt">-w, --workgroup=STRING</arg> 28 27 <arg choice="opt">-n, --nonprompt</arg> 29 28 <arg choice="opt">-d, --debuglevel=INT</arg> 30 29 <arg choice="opt">-D, --dots</arg> 31 <arg choice="opt">-P, --keep-permissions</arg>32 30 <arg choice="opt">-o, --outputfile</arg> 33 31 <arg choice="opt">-f, --rcfile</arg> … … 36 34 <arg choice="opt">-b, --blocksize</arg> 37 35 <arg choice="opt">-O, --stdout</arg> 36 <arg choice="opt">-u, --update</arg> 38 37 <arg choice="opt">-?, --help</arg> 39 38 <arg choice="opt">--usage</arg> … … 78 77 79 78 <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> 87 81 </varlistentry> 88 82 … … 108 102 109 103 <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>115 104 <term>-o, --outputfile</term> 116 105 <listitem><para>Write the file that is being downloaded to the specified file. Can not be used together with -R.</para></listitem> … … 151 140 <listitem><para>Display brief usage message</para></listitem> 152 141 </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 153 150 </refsect1> 154 151
Note:
See TracChangeset
for help on using the changeset viewer.