From a6d0d564597ea793e0a145ff39fafd6a0dfd6c0f Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 30 Dec 2005 11:56:52 +0000 Subject: r12605: docs patch from Brad Hards (This used to be commit 874f16e055ec30bf2ee52a33464b4810a8f8cd89) --- source4/lib/ldb/tools/ldbedit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/ldb/tools') 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); } -- cgit