# HG changeset patch # User carl # Date 1103829624 28800 # Node ID 28737b9480e43698b7b6562d78261a70534b967a # Parent fac01758bd41770c42ca4c10ff4f816f1f03cff7 fix usage help diff -r fac01758bd41 -r 28737b9480e4 pst2ldif.c --- 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; }