diff options
| author | Michael Adam <obnox@samba.org> | 2014-01-29 16:58:37 +0100 |
|---|---|---|
| committer | Stefan Metzmacher <metze@samba.org> | 2014-01-30 16:57:06 +0100 |
| commit | 6dd1008c4e8b0b798d589959021c9b578db74ff4 (patch) | |
| tree | 32b5c9dfeb0192fc4a20bec6ded067f8bae98592 /source3 | |
| parent | f42d380ead3fbb09a9e549005039d20460797c33 (diff) | |
| download | samba-6dd1008c4e8b0b798d589959021c9b578db74ff4.tar.gz samba-6dd1008c4e8b0b798d589959021c9b578db74ff4.tar.xz samba-6dd1008c4e8b0b798d589959021c9b578db74ff4.zip | |
dbwrap_tool: remove the short form "-p" of "--persistent"
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3')
| -rw-r--r-- | source3/utils/dbwrap_tool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/dbwrap_tool.c b/source3/utils/dbwrap_tool.c index 79b40d2462..406e89ee4d 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; |
