1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-26 04:23:49 +03:00

r3760: mention -o switch in help message

This commit is contained in:
Simo Sorce
2004-11-15 14:16:10 +00:00
committed by Gerald (Jerry) Carter
parent 0d58b1dc5a
commit 0e7d875310
5 changed files with 10 additions and 0 deletions

View File

@@ -41,6 +41,8 @@ static void usage(void)
printf("Usage: ldbmodify <options> <ldif...>\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("Modifies a ldb based upon ldif change records\n\n");
exit(1);