docs: remove short form "-p" of --persistent from dbwrap_tool manpage
authorMichael Adam <obnox@samba.org>
Thu, 30 Jan 2014 09:33:00 +0000 (10:33 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 30 Jan 2014 15:57:06 +0000 (16:57 +0100)
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
docs-xml/manpages/dbwrap_tool.1.xml

index 8e979f65e2ee384352bc97ce5fe264e8cbcff59f..f190623557d413b3c0a95f59fe7788920de3dc59 100644 (file)
@@ -19,7 +19,7 @@
 <refsynopsisdiv>
        <cmdsynopsis>
                <command>dbwrap_tool</command>
-               <arg choice="opt">-p|--persistent</arg>
+               <arg choice="opt">--persistent</arg>
                <arg choice="opt">-d &lt;debug level&gt;</arg>
                <arg choice="opt">-s &lt;config file&gt;</arg>
                <arg choice="opt">-l &lt;log file base&gt;</arg>
@@ -70,7 +70,7 @@
 
        <variablelist>
                <varlistentry>
-                       <term>-p|--persistent</term>
+                       <term>--persistent</term>
                        <listitem><para>Open the database as a persistent database.
                        If this option is not specified, the database is opened as
                        non-persistent.