diff options
author | Noriko Hosoi <nhosoi@redhat.com> | 2007-12-06 02:45:20 +0000 |
---|---|---|
committer | Noriko Hosoi <nhosoi@redhat.com> | 2007-12-06 02:45:20 +0000 |
commit | a8fc47c31021d91b573f479a5fa89df56c5e767c (patch) | |
tree | 5e81c11d1b62a4f4aefedb842b76f0c93a2c21bb /ldap/admin/src | |
parent | 8736b7804edf65d9f996f753413566a90d91a472 (diff) | |
download | ds-a8fc47c31021d91b573f479a5fa89df56c5e767c.tar.gz ds-a8fc47c31021d91b573f479a5fa89df56c5e767c.tar.xz ds-a8fc47c31021d91b573f479a5fa89df56c5e767c.zip |
Resolves: #403751
Summary: command line scripts fine tuning (Comment #1)
Description: dded "-T vlvAttributeName: ..." to the usage
Diffstat (limited to 'ldap/admin/src')
-rw-r--r-- | ldap/admin/src/scripts/template-db2index.pl.in | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/ldap/admin/src/scripts/template-db2index.pl.in b/ldap/admin/src/scripts/template-db2index.pl.in index 665a9632..94d2bfa9 100644 --- a/ldap/admin/src/scripts/template-db2index.pl.in +++ b/ldap/admin/src/scripts/template-db2index.pl.in @@ -42,19 +42,20 @@ sub usage { print(STDERR "Usage: $0 [-v] -D rootdn { -w password | -w - | -j filename } \n"); print(STDERR " -n instance [-t attributeName[:indextypes[:matchingrules]]]\n"); - print(STDERR " Opts: -D rootdn - Directory Manager\n"); - print(STDERR " : -w password - Directory Manager's password\n"); - print(STDERR " : -w - - Prompt for Directory Manager's password\n"); - print(STDERR " : -j filename - Read Directory Manager's password from file\n"); - print(STDERR " : -n instance - instance to be indexed\n"); + print(STDERR " Opts: -D rootdn - Directory Manager\n"); + print(STDERR " : -w password - Directory Manager's password\n"); + print(STDERR " : -w - - Prompt for Directory Manager's password\n"); + print(STDERR " : -j filename - Read Directory Manager's password from file\n"); + print(STDERR " : -n instance - instance to be indexed\n"); print(STDERR " : -t attributeName[:indextypes[:matchingrules]]\n"); - print(STDERR " - attribute: name of the attribute to be indexed\n"); - print(STDERR " If omitted, all the indexes defined \n"); - print(STDERR " for that instance are generated.\n"); - print(STDERR " - indextypes: comma separated index types\n"); - print(STDERR " - matchingrules: comma separated matrules\n"); - print(STDERR " Example: -t foo:eq,pres\n"); - print(STDERR " : -v - verbose\n"); + print(STDERR " - attributeName: name of the attribute to be indexed\n"); + print(STDERR " If omitted, all the indexes defined \n"); + print(STDERR " for that instance are generated.\n"); + print(STDERR " - indextypes: comma separated index types\n"); + print(STDERR " - matchingrules: comma separated matrules\n"); + print(STDERR " Example: -t foo:eq,pres\n"); + print(STDERR " : -T vlvAttributeName - vlvAttributeName: name of the vlv attribute to be indexed\n"); + print(STDERR " : -v - verbose\n"); } $instance = ""; |