diff options
Diffstat (limited to 'docs/docbook')
-rw-r--r-- | docs/docbook/global.ent | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docbook/global.ent b/docs/docbook/global.ent index a3022ecfaa..018d29a6a8 100644 --- a/docs/docbook/global.ent +++ b/docs/docbook/global.ent @@ -165,10 +165,10 @@ password.</para></listitem> <!ENTITY stdarg.username ' <varlistentry> -<term>-U|--user=username[&%;password]</term> +<term>-U|--user=username[%password]</term> <listitem><para>Sets the SMB username or username and password. </para> -<para>If &%;password is not specified, the user will be prompted. The +<para>If %password is not specified, the user will be prompted. The client will first check the <envar>USER</envar> environment variable, then the <envar>LOGNAME</envar> variable and if either exists, the string is uppercased. If these environmental variables are not |