From a2625c444554fc347b8339dbb9fc2243127ffb21 Mon Sep 17 00:00:00 2001 From: Anoop C S Date: Wed, 26 Jul 2017 17:54:52 +0530 Subject: [PATCH] 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 Reviewed-by: Martin Schwenke Reviewed-by: Andrew Bartlett Autobuild-User(master): Jeremy Allison Autobuild-Date(master): Thu Jul 27 06:35:10 CEST 2017 on sn-devel-144 --- docs-xml/manpages/smbget.1.xml | 4 ++-- 1 file 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 @@ -a, --guest -r, --resume -R, --recursive - -U, --username=STRING + -U, --user=STRING -w, --workgroup=STRING -n, --nonprompt -d, --debuglevel=INT @@ -76,7 +76,7 @@ - -U, --username=username[%password] + -U, --user=username[%password] Username (and password) to use -- 2.34.1