s3-utils/smbget: Update manpages for parameter changes
authorChristian Ambach <ambi@samba.org>
Wed, 27 Jan 2016 21:37:36 +0000 (22:37 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Thu, 28 Jan 2016 08:58:26 +0000 (09:58 +0100)
Signed-off-by: Christian Ambach <ambi@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
docs-xml/manpages/smbget.1.xml
docs-xml/manpages/smbgetrc.5.xml

index 965e2296672568a35fa6b3a37048a0c43f4e30a9..59e2ffeff81ba7e9feb0081cb9e7b3f86a813974 100644 (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>
        </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>
        </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>
 
index a1a9b575324d227ea66d03a0fd9ceca34f0975f2..f1bb8b5d097c8a45a207fb8220f4d0ba57fae27a 100644 (file)
                        <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>