summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/tools/ldbrename.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2009-09-02 18:31:22 +1000
committerAndrew Tridgell <tridge@samba.org>2009-09-02 18:31:59 +1000
commitbde679e6f84b16d63a8007fe48789ee7951b9f34 (patch)
tree99bf7ac0d8a04dcdf1e9f59e51b3ea4a67aba031 /source4/lib/ldb/tools/ldbrename.c
parent931771138a52a3385afb2d3966509a57def3ece5 (diff)
downloadsamba-bde679e6f84b16d63a8007fe48789ee7951b9f34.tar.gz
samba-bde679e6f84b16d63a8007fe48789ee7951b9f34.tar.bz2
samba-bde679e6f84b16d63a8007fe48789ee7951b9f34.zip
show the full set of command line options for ldb tools
I always found it hard to remember some of the options. We might as well use popt to give us the full list
Diffstat (limited to 'source4/lib/ldb/tools/ldbrename.c')
-rw-r--r--source4/lib/ldb/tools/ldbrename.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/source4/lib/ldb/tools/ldbrename.c b/source4/lib/ldb/tools/ldbrename.c
index 01ed3d9835..fcae766a20 100644
--- a/source4/lib/ldb/tools/ldbrename.c
+++ b/source4/lib/ldb/tools/ldbrename.c
@@ -39,12 +39,8 @@
static void usage(void)
{
printf("Usage: ldbrename [<options>] <olddn> <newdn>\n");
- printf("Options:\n");
- printf(" -H ldb_url choose the database (or $LDB_URL)\n");
- printf(" -o options pass options like modules to activate\n");
- printf(" e.g: -o modules:timestamps\n");
- printf("\n");
printf("Renames records in a ldb\n\n");
+ ldb_cmdline_help("ldbmodify", stdout);
exit(1);
}