summaryrefslogtreecommitdiff
path: root/docs-xml/build
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2013-11-15 16:57:52 +0100
committerKarolin Seeger <kseeger@samba.org>2013-11-22 11:45:47 +0100
commit62c775473f0424076f6592c25628d750c59b2d24 (patch)
tree61cd8bb2f6fb10553574608bc97f15901e06ac20 /docs-xml/build
parentc5b91709ef2451786265f80a5ff09248e07bde38 (diff)
docs: add new popt.autohelp entity.
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> (cherry picked from commit deacd68cce662d0780eaa255fd51fc4f5f5ee629)
Diffstat (limited to 'docs-xml/build')
-rw-r--r--docs-xml/build/DTD/samba.entities28
1 files changed, 21 insertions, 7 deletions
diff --git a/docs-xml/build/DTD/samba.entities b/docs-xml/build/DTD/samba.entities
index 8ddae706a3..cb683d1d47 100644
--- a/docs-xml/build/DTD/samba.entities
+++ b/docs-xml/build/DTD/samba.entities
@@ -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>'>