diff src/pst2ldif.cpp @ 238:410b6422d65b

fix --help usage; readpstlog is gone
author Carl Byington <carl@five-ten-sg.com>
date Sun, 13 Sep 2009 10:49:12 -0700
parents 42b38d65f7e4
children 67b24d6a45d6
line wrap: on
line diff
--- a/src/pst2ldif.cpp	Sat Sep 12 14:12:22 2009 -0700
+++ b/src/pst2ldif.cpp	Sun Sep 13 10:49:12 2009 -0700
@@ -682,7 +682,7 @@
     printf("\t-V\t- Version. Display program version\n");
     printf("\t-b ldapbase\t- set the LDAP base value\n");
     printf("\t-c class\t- set the class of the LDAP objects (may contain more than one)\n");
-    printf("\t-d <filename>\t- Debug to file. This is a binary log. Use readpstlog to print it\n");
+    printf("\t-d <filename>\t- Debug to file.\n");
     printf("\t-h\t- Help. This screen\n");
     printf("\t-l line\t- extra line to insert in the LDIF file for each contact\n");
     printf("\t-o\t- use old schema, default is new schema\n");