mirror of https://github.com/apache/poi.git
- Usage message fixed.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353557 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9ab319cd3e
commit
35bb462934
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/* ====================================================================
|
/* ====================================================================
|
||||||
Copyright 2002-2004 Apache Software Foundation
|
Copyright 2002-2004 Apache Software Foundation
|
||||||
|
|
||||||
|
@ -101,7 +100,7 @@ public class WriteAuthorAndTitle
|
||||||
if (args.length != 2)
|
if (args.length != 2)
|
||||||
{
|
{
|
||||||
System.err.println("Usage: " + WriteAuthorAndTitle.class.getName() +
|
System.err.println("Usage: " + WriteAuthorAndTitle.class.getName() +
|
||||||
"originPOIFS destinationPOIFS");
|
" originPOIFS destinationPOIFS");
|
||||||
System.exit(1);
|
System.exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue