diff options
author | Günther Deschner <gd@samba.org> | 2013-11-18 13:52:59 +0100 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2013-11-19 09:52:42 +0100 |
commit | 91d25302b92e01fdba3fa4bc22fea9a8381ae19e (patch) | |
tree | dbe4adc884eb4f96ccb22dc5c8ba31928cdfdb7a /docs-xml/manpages | |
parent | a0d8cb8f536620a6dbf1fab0093c715c9efaba65 (diff) | |
download | samba-91d25302b92e01fdba3fa4bc22fea9a8381ae19e.tar.gz samba-91d25302b92e01fdba3fa4bc22fea9a8381ae19e.tar.xz samba-91d25302b92e01fdba3fa4bc22fea9a8381ae19e.zip |
docs: fix smbcontrol 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/smbcontrol.1.xml | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/docs-xml/manpages/smbcontrol.1.xml b/docs-xml/manpages/smbcontrol.1.xml index be8dd0f8262..234e02d9c05 100644 --- a/docs-xml/manpages/smbcontrol.1.xml +++ b/docs-xml/manpages/smbcontrol.1.xml @@ -19,8 +19,8 @@ <refsynopsisdiv> <cmdsynopsis> <command>smbcontrol</command> - <arg>-i</arg> <arg>-s</arg> + <arg>-t|--timeout</arg> </cmdsynopsis> <cmdsynopsis> @@ -49,15 +49,14 @@ <title>OPTIONS</title> <variablelist> - &stdarg.help; + &popt.autohelp; &stdarg.configfile; - &popt.common.samba; + &popt.common.samba.client; <varlistentry> - <term>-i</term> - <listitem><para>Run interactively. Individual commands - of the form destination message-type parameters can be entered - on STDIN. An empty command line or a "q" will quit the - program.</para></listitem> + <term>-t|--timeout</term> + <listitem><para> + Set timeout to seconds. + </para></listitem> </varlistentry> <varlistentry> |