docs/smbget: Fix typo in options within man page
authorAnoop C S <anoopcs@redhat.com>
Wed, 26 Jul 2017 12:24:52 +0000 (17:54 +0530)
committerJeremy Allison <jra@samba.org>
Thu, 27 Jul 2017 04:35:10 +0000 (06:35 +0200)
`smbget` utility accepts '--user' as a valid argument. But still the man
page specifies it as '--username'. So fixing the man page to reflect the
current behaviour.

Signed-off-by: Anoop C S <anoopcs@redhat.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Thu Jul 27 06:35:10 CEST 2017 on sn-devel-144

docs-xml/manpages/smbget.1.xml

index f254b10f2d66cd16e02408e1609b236f11eb92b2..c12b03d5cabbe1729e7a6903f9d1ba65f54d57dd 100644 (file)
@@ -22,7 +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">-U, --user=STRING</arg>
                <arg choice="opt">-w, --workgroup=STRING</arg>
                <arg choice="opt">-n, --nonprompt</arg>
                <arg choice="opt">-d, --debuglevel=INT</arg>
@@ -76,7 +76,7 @@
        </varlistentry>
 
        <varlistentry>
-               <term> -U, --username=<replaceable>username[%password]</replaceable></term>
+               <term> -U, --user=<replaceable>username[%password]</replaceable></term>
                <listitem><para>Username (and password) to use</para></listitem>
        </varlistentry>