diff pst2ldif.c @ 4:28737b9480e4

fix usage help
author carl
date Thu, 23 Dec 2004 11:20:24 -0800
parents 8dd68d722fa8
children 3e3d8b576630
line wrap: on
line diff
--- a/pst2ldif.c	Thu Dec 23 11:17:37 2004 -0800
+++ b/pst2ldif.c	Thu Dec 23 11:20:24 2004 -0800
@@ -290,7 +290,7 @@
     printf("\t-h\t- Help. This screen\n");
     printf("\t-V\t- Version. Display program version\n");
     printf("\t-b ldapbase\t- set the ldap base value\n");
-    printf("\t-b ldapbase\t- set the ldap base value\n");
+    printf("\t-c class   \t- set the class of the ldap objects\n");
     return 0;
 }