diff options
author | Michael Adam <obnox@samba.org> | 2013-01-14 17:15:08 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2013-01-15 14:49:20 +0100 |
commit | d67911bafc0d098e67c8ad8d9b4bc49f184ff832 (patch) | |
tree | 24e84113855b4057bc74693a43238040e794bb67 /docs-xml/manpages | |
parent | f3f878f7a06e067bcc973014b2ef6b6830273de7 (diff) | |
download | samba-d67911bafc0d098e67c8ad8d9b4bc49f184ff832.tar.gz samba-d67911bafc0d098e67c8ad8d9b4bc49f184ff832.tar.bz2 samba-d67911bafc0d098e67c8ad8d9b4bc49f184ff832.zip |
docs: document the command line options in dbwrap_tool(1)
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Diffstat (limited to 'docs-xml/manpages')
-rw-r--r-- | docs-xml/manpages/dbwrap_tool.1.xml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/docs-xml/manpages/dbwrap_tool.1.xml b/docs-xml/manpages/dbwrap_tool.1.xml index 5a682b8e86..f4a638881c 100644 --- a/docs-xml/manpages/dbwrap_tool.1.xml +++ b/docs-xml/manpages/dbwrap_tool.1.xml @@ -19,6 +19,11 @@ <refsynopsisdiv> <cmdsynopsis> <command>dbwrap_tool</command> + <arg choice="opt">-d <debug level></arg> + <arg choice="opt">-s <config file></arg> + <arg choice="opt">-l <log file base></arg> + <arg choice="opt">-V</arg> + <arg choice="opt">--option=<name>=<value></arg> <arg choice="req"><database></arg> <arg choice="req"><operation></arg> <arg choice="opt"><key> @@ -61,11 +66,10 @@ <refsect1> <title>OPTIONS</title> - <para>None.</para> - <!-- <variablelist> + &popt.common.samba.client; + &stdarg.help; </variablelist> - --> </refsect1> <refsect1> |