public static void main(String[] args) throws IOException
{
if(args.length == 0) {
- System.err.println("Useage: SlideShowDumper [-escher|-basicescher] <filename>");
+ System.err.println("Usage: SlideShowDumper [-escher|-basicescher] <filename>");
return;
}
*/
public static void main(String[] args) throws IOException {
if (args.length < 1) {
- System.err.println("Useage:");
+ System.err.println("Usage:");
System.err.println("\tPowerPointExtractor [-notes] <file>");
System.exit(1);
}
public static void main(String[] args) throws IOException
{
if(args.length < 1) {
- System.err.println("Useage:");
+ System.err.println("Usage:");
System.err.println("\tQuickButCruddyTextExtractor <file>");
System.exit(1);
}