summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/tools/ldbedit.c
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2005-12-30 11:56:52 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:49:02 -0500
commita6d0d564597ea793e0a145ff39fafd6a0dfd6c0f (patch)
treefc6f03ca07f7a3f46e4e009d459a2159eac87b5c /source4/lib/ldb/tools/ldbedit.c
parent0cf1feb1143df5deadc9928bde93541950fabfe8 (diff)
downloadsamba-a6d0d564597ea793e0a145ff39fafd6a0dfd6c0f.tar.gz
samba-a6d0d564597ea793e0a145ff39fafd6a0dfd6c0f.tar.bz2
samba-a6d0d564597ea793e0a145ff39fafd6a0dfd6c0f.zip
r12605: docs patch from Brad Hards <bradh@frogmouth.net>
(This used to be commit 874f16e055ec30bf2ee52a33464b4810a8f8cd89)
Diffstat (limited to 'source4/lib/ldb/tools/ldbedit.c')
-rw-r--r--source4/lib/ldb/tools/ldbedit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/tools/ldbedit.c b/source4/lib/ldb/tools/ldbedit.c
index 570179c2e1..4d47cf27c9 100644
--- a/source4/lib/ldb/tools/ldbedit.c
+++ b/source4/lib/ldb/tools/ldbedit.c
@@ -274,7 +274,7 @@ static void usage(void)
printf(" -b basedn choose baseDN\n");
printf(" -a edit all records (expression 'objectclass=*')\n");
printf(" -e editor choose editor (or $VISUAL or $EDITOR)\n");
- printf(" -v verbose mode)\n");
+ printf(" -v verbose mode\n");
exit(1);
}