- 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:
Rainer Klute 2004-06-09 17:50:48 +00:00
parent 8d18b0cd4b
commit c2afff5aa3
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
/* ====================================================================
Copyright 2002-2004 Apache Software Foundation
@ -101,7 +100,7 @@ public class WriteAuthorAndTitle
if (args.length != 2)
{
System.err.println("Usage: " + WriteAuthorAndTitle.class.getName() +
"originPOIFS destinationPOIFS");
" originPOIFS destinationPOIFS");
System.exit(1);
}