changeset 4:28737b9480e4

fix usage help
author carl
date Thu, 23 Dec 2004 11:20:24 -0800
parents fac01758bd41
children 3e9cea0af4a1
files pst2ldif.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;
 }