summaryrefslogtreecommitdiff
path: root/docs-xml/build
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2013-11-15 16:57:52 +0100
committerAndreas Schneider <asn@samba.org>2013-11-19 09:52:41 +0100
commitdeacd68cce662d0780eaa255fd51fc4f5f5ee629 (patch)
tree7267bdc489a99884df1d98084b755b717f12379c /docs-xml/build
parent743e9a847e1014e2722c650f94d99fa277d7fa9a (diff)
downloadsamba-deacd68cce662d0780eaa255fd51fc4f5f5ee629.tar.gz
docs: add new popt.autohelp entity.
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
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 8ddae706a33..cb683d1d47c 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>'>