diff options
author | Günther Deschner <gd@samba.org> | 2013-11-15 13:03:20 +0100 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2013-11-19 09:52:41 +0100 |
commit | ffe94e363375aa47cd72d715309f6568067482fe (patch) | |
tree | 96528e10b1c0d0234dcc4bcbeed14cc3528158c4 /docs-xml/manpages | |
parent | d692389ea57724bd71caadb62e0231993188d34f (diff) | |
download | samba-ffe94e363375aa47cd72d715309f6568067482fe.tar.gz samba-ffe94e363375aa47cd72d715309f6568067482fe.tar.xz samba-ffe94e363375aa47cd72d715309f6568067482fe.zip |
docs: mention -p in dbwrap-tool 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/dbwrap_tool.1.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs-xml/manpages/dbwrap_tool.1.xml b/docs-xml/manpages/dbwrap_tool.1.xml index 07d42be626e..b8280acf6a0 100644 --- a/docs-xml/manpages/dbwrap_tool.1.xml +++ b/docs-xml/manpages/dbwrap_tool.1.xml @@ -19,7 +19,7 @@ <refsynopsisdiv> <cmdsynopsis> <command>dbwrap_tool</command> - <arg choice="opt">--persistent</arg> + <arg choice="opt">-p|--persistent</arg> <arg choice="opt">-d <debug level></arg> <arg choice="opt">-s <config file></arg> <arg choice="opt">-l <log file base></arg> @@ -70,7 +70,7 @@ <variablelist> <varlistentry> - <term>--persistent</term> + <term>-p|--persistent</term> <listitem><para>Open the database as a persistent database. If this option is not specified, the database is opened as non-persistent. |