comparison 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
comparison
equal deleted inserted replaced
237:568b9ef02a56 238:410b6422d65b
104 printf("\t-B bates-prefix \t- Set the bates prefix string\n"); 104 printf("\t-B bates-prefix \t- Set the bates prefix string\n");
105 printf("\t-O dii-output-file\t- Set the dii load file output filename\n"); 105 printf("\t-O dii-output-file\t- Set the dii load file output filename\n");
106 printf("\t-V \t- Version. Display program version\n"); 106 printf("\t-V \t- Version. Display program version\n");
107 printf("\t-b bates-number \t- Set the starting bates sequence number\n"); 107 printf("\t-b bates-number \t- Set the starting bates sequence number\n");
108 printf("\t-c bates-color \t- Specify the color of the bates stamps as 6 digit hex\n"); 108 printf("\t-c bates-color \t- Specify the color of the bates stamps as 6 digit hex\n");
109 printf("\t-d filename \t- Debug to file. This is a binary log. Use readpstlog to print it.\n"); 109 printf("\t-d filename \t- Debug to file.\n");
110 printf("\t-h \t- Help. This screen\n"); 110 printf("\t-h \t- Help. This screen\n");
111 printf("\t-o dirname \t- Output directory to write files to.\n"); 111 printf("\t-o dirname \t- Output directory to write files to.\n");
112 } 112 }
113 113
114 114