summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2014-01-30 10:33:00 +0100
committerStefan Metzmacher <metze@samba.org>2014-01-30 16:57:06 +0100
commit6f748fef652bbea3c8dbbbfb96b95270e6f1dcfc (patch)
treec7092aab45dc9a67e19b6d0a5dacc06a175e8f4b /docs-xml
parent6dd1008c4e8b0b798d589959021c9b578db74ff4 (diff)
downloadsamba-6f748fef652bbea3c8dbbbfb96b95270e6f1dcfc.tar.gz
docs: remove short form "-p" of --persistent from dbwrap_tool manpage
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/manpages/dbwrap_tool.1.xml4
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 8e979f65e2e..f190623557d 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">-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.