diff options
author | Jeremy Allison <jra@samba.org> | 2012-03-30 12:23:07 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2012-03-30 22:59:53 +0200 |
commit | efd94d159883cb0841d8ac83223a1e63098a8d72 (patch) | |
tree | 997b103b2bce4e0ae94e4fe9fd6228efc31f13a3 /docs-xml/build/DTD | |
parent | d49743443425d874d88fe069acc91dbd5135f0e4 (diff) | |
download | samba-efd94d159883cb0841d8ac83223a1e63098a8d72.tar.gz |
Fix bug #8831 - Inconsistent (with manpage) command-line switch for "help" in smbtree
Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Fri Mar 30 22:59:53 CEST 2012 on sn-devel-104
Diffstat (limited to 'docs-xml/build/DTD')
-rw-r--r-- | docs-xml/build/DTD/samba.entities | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs-xml/build/DTD/samba.entities b/docs-xml/build/DTD/samba.entities index d2041566965..f5d8cd2d332 100644 --- a/docs-xml/build/DTD/samba.entities +++ b/docs-xml/build/DTD/samba.entities @@ -440,7 +440,7 @@ Try to use the credentials cached by winbind. <!ENTITY stdarg.help ' <varlistentry> -<term>-h|--help</term> +<term>-?|--help</term> <listitem><para>Print a summary of command line options. </para></listitem> </varlistentry>'> |