diff options
author | Günther Deschner <gd@samba.org> | 2013-11-18 12:39:00 +0100 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2013-11-19 09:52:42 +0100 |
commit | fb051ee29a55c6d72739bc895f05add50f2054d5 (patch) | |
tree | 146a0790a6bfa2c8adf2c5c16ad15bf65e8d8f41 /docs-xml/manpages | |
parent | 94b26e6d7b22396ad220ddd1ed359376fc151458 (diff) | |
download | samba-fb051ee29a55c6d72739bc895f05add50f2054d5.tar.gz samba-fb051ee29a55c6d72739bc895f05add50f2054d5.tar.xz samba-fb051ee29a55c6d72739bc895f05add50f2054d5.zip |
docs: remove unsupported -h option and use popt.autohelp entity in rpcclient manpage.
Guenther
Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'docs-xml/manpages')
-rw-r--r-- | docs-xml/manpages/rpcclient.1.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs-xml/manpages/rpcclient.1.xml b/docs-xml/manpages/rpcclient.1.xml index 7193a906e29..76bcbc25528 100644 --- a/docs-xml/manpages/rpcclient.1.xml +++ b/docs-xml/manpages/rpcclient.1.xml @@ -23,7 +23,6 @@ <arg choice="opt">-A authfile</arg> <arg choice="opt">-c <command string></arg> <arg choice="opt">-d debuglevel</arg> - <arg choice="opt">-h</arg> <arg choice="opt">-l logdir</arg> <arg choice="opt">-N</arg> <arg choice="opt">-s <smb config file></arg> @@ -98,7 +97,7 @@ &popt.common.samba; &popt.common.credentials; &popt.common.connection; - &stdarg.help; + &popt.autohelp; </variablelist> </refsect1> |