[Fedora-directory-commits] ldapserver/ldap/admin/src/scripts template-db2index.pl.in, 1.4, 1.5

Noriko Hosoi (nhosoi) fedora-directory-commits at redhat.com
Thu Dec 6 02:45:22 UTC 2007


Author: nhosoi

Update of /cvs/dirsec/ldapserver/ldap/admin/src/scripts
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18494

Modified Files:
	template-db2index.pl.in 
Log Message:
Resolves: #403751
Summary: command line scripts fine tuning (Comment #1)
Description: dded "-T vlvAttributeName: ..." to the usage



Index: template-db2index.pl.in
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/admin/src/scripts/template-db2index.pl.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- template-db2index.pl.in	12 Feb 2007 19:55:10 -0000	1.4
+++ template-db2index.pl.in	6 Dec 2007 02:45:20 -0000	1.5
@@ -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 = "";




More information about the Fedora-directory-commits mailing list