docs: add new popt.autohelp entity.
authorGünther Deschner <gd@samba.org>
Fri, 15 Nov 2013 15:57:52 +0000 (16:57 +0100)
committerKarolin Seeger <kseeger@samba.org>
Fri, 22 Nov 2013 10:45:47 +0000 (11:45 +0100)
Guenther

Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
(cherry picked from commit deacd68cce662d0780eaa255fd51fc4f5f5ee629)

docs-xml/build/DTD/samba.entities

index 8ddae706a33ac3b11c1a802443ddab3c29878e05..cb683d1d47cd91040dd1013a42c6b24ad2111589 100644 (file)
@@ -496,13 +496,6 @@ Try to use the credentials cached by winbind.
 </varlistentry>
 '>
 
-<!ENTITY stdarg.help '
-<varlistentry>
-<term>-?|--help</term>
-<listitem><para>Print a summary of command line options.
-</para></listitem>
-</varlistentry>'>
-
 <!ENTITY popt.common.credentials '
 &stdarg.nopass;
 &stdarg.kerberos;
@@ -515,6 +508,27 @@ Try to use the credentials cached by winbind.
 &stdarg.pwnthash;
 '>
 
+<!ENTITY stdarg.help '
+<varlistentry>
+<term>-?|--help</term>
+<listitem><para>Print a summary of command line options.
+</para></listitem>
+</varlistentry>
+'>
+
+<!ENTITY stdarg.usage '
+<varlistentry>
+<term>--usage</term>
+<listitem><para>Display brief usage message.
+</para></listitem>
+</varlistentry>
+'>
+
+<!ENTITY popt.autohelp '
+&stdarg.help;
+&stdarg.usage;
+'>
+
 <!-- Entities for the various programs -->
 <!ENTITY OL '<application>OpenLDAP</application>'>
 <!ENTITY smbd '<application>smbd</application>'>