summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorAnoop C S <anoopcs@redhat.com>2017-07-26 17:54:52 +0530
committerJeremy Allison <jra@samba.org>2017-07-27 06:35:10 +0200
commita2625c444554fc347b8339dbb9fc2243127ffb21 (patch)
tree7eebc5704af09d35591d58fb50960a2473b0cde6 /docs-xml
parente74081ce5d0f81024f7384816c589e5bc28baf80 (diff)
downloadsamba-a2625c444554fc347b8339dbb9fc2243127ffb21.tar.gz
docs/smbget: Fix typo in options within man page
`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
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/manpages/smbget.1.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs-xml/manpages/smbget.1.xml b/docs-xml/manpages/smbget.1.xml
index f254b10f2d6..c12b03d5cab 100644
--- a/docs-xml/manpages/smbget.1.xml
+++ b/docs-xml/manpages/smbget.1.xml
@@ -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>