fix spelling of Usage

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1871987 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2019-12-26 06:16:21 +00:00
parent 25a82d8c55
commit ceef7e2611
3 changed files with 3 additions and 3 deletions

View File

@ -68,7 +68,7 @@ public final class SlideShowDumper {
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;
}

View File

@ -59,7 +59,7 @@ public final class PowerPointExtractor extends POIOLE2TextExtractor {
*/
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);
}

View File

@ -64,7 +64,7 @@ public final class QuickButCruddyTextExtractor {
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);
}