You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by kl...@apache.org on 2004/06/09 19:50:48 UTC

cvs commit: jakarta-poi/src/examples/src/org/apache/poi/hpsf/examples WriteAuthorAndTitle.java

klute       2004/06/09 10:50:48

  Modified:    src/examples/src/org/apache/poi/hpsf/examples
                        WriteAuthorAndTitle.java
  Log:
  - Usage message fixed.
  
  Revision  Changes    Path
  1.6       +2 -3      jakarta-poi/src/examples/src/org/apache/poi/hpsf/examples/WriteAuthorAndTitle.java
  
  Index: WriteAuthorAndTitle.java
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/src/examples/src/org/apache/poi/hpsf/examples/WriteAuthorAndTitle.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- WriteAuthorAndTitle.java	9 Apr 2004 13:05:14 -0000	1.5
  +++ WriteAuthorAndTitle.java	9 Jun 2004 17:50:48 -0000	1.6
  @@ -1,4 +1,3 @@
  -
   /* ====================================================================
      Copyright 2002-2004   Apache Software Foundation
   
  @@ -101,7 +100,7 @@
           if (args.length != 2)
           {
               System.err.println("Usage: " + WriteAuthorAndTitle.class.getName() +
  -                               "originPOIFS destinationPOIFS");
  +                               " originPOIFS destinationPOIFS");
               System.exit(1);
           }
           
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: poi-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: poi-dev-help@jakarta.apache.org