From 6dd1008c4e8b0b798d589959021c9b578db74ff4 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 29 Jan 2014 16:58:37 +0100 Subject: [PATCH] dbwrap_tool: remove the short form "-p" of "--persistent" Signed-off-by: Michael Adam Reviewed-by: Stefan Metzmacher --- source3/utils/dbwrap_tool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/utils/dbwrap_tool.c b/source3/utils/dbwrap_tool.c index 79b40d24622..406e89ee4de 100644 --- a/source3/utils/dbwrap_tool.c +++ b/source3/utils/dbwrap_tool.c @@ -420,7 +420,7 @@ int main(int argc, const char **argv) struct poptOption popt_options[] = { POPT_AUTOHELP POPT_COMMON_SAMBA - { "persistent", 'p', POPT_ARG_NONE, &persistent, 0, "treat the database as persistent", NULL }, + { "persistent", 0, POPT_ARG_NONE, &persistent, 0, "treat the database as persistent", NULL }, POPT_TABLEEND }; int opt; -- 2.11.4.GIT