diff src/pst2dii.cpp.in @ 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 7fcff97ca5a9
children 898118c3675e
line wrap: on
line diff
--- a/src/pst2dii.cpp.in	Sat Sep 12 14:12:22 2009 -0700
+++ b/src/pst2dii.cpp.in	Sun Sep 13 10:49:12 2009 -0700
@@ -106,7 +106,7 @@
     printf("\t-V                \t- Version. Display program version\n");
     printf("\t-b bates-number   \t- Set the starting bates sequence number\n");
     printf("\t-c bates-color    \t- Specify the color of the bates stamps as 6 digit hex\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-o dirname        \t- Output directory to write files to.\n");
 }