diff options
author | Michael Adam <obnox@samba.org> | 2014-01-30 10:33:00 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2014-01-30 16:57:06 +0100 |
commit | 6f748fef652bbea3c8dbbbfb96b95270e6f1dcfc (patch) | |
tree | c7092aab45dc9a67e19b6d0a5dacc06a175e8f4b /docs-xml/manpages | |
parent | 6dd1008c4e8b0b798d589959021c9b578db74ff4 (diff) | |
download | samba-6f748fef652bbea3c8dbbbfb96b95270e6f1dcfc.tar.gz samba-6f748fef652bbea3c8dbbbfb96b95270e6f1dcfc.tar.xz samba-6f748fef652bbea3c8dbbbfb96b95270e6f1dcfc.zip |
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/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 8e979f65e2..f190623557 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 <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>-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. |