From 6f748fef652bbea3c8dbbbfb96b95270e6f1dcfc Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 30 Jan 2014 10:33:00 +0100 Subject: docs: remove short form "-p" of --persistent from dbwrap_tool manpage Signed-off-by: Michael Adam Reviewed-by: Stefan Metzmacher --- docs-xml/manpages/dbwrap_tool.1.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs-xml') 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 @@ dbwrap_tool - -p|--persistent + --persistent -d <debug level> -s <config file> -l <log file base> @@ -70,7 +70,7 @@ - -p|--persistent + --persistent Open the database as a persistent database. If this option is not specified, the database is opened as non-persistent. -- cgit