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:
committed by
Gerald (Jerry) Carter
parent
0d58b1dc5a
commit
0e7d875310
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user