From 35bb462934fc87f8e17abe8ce7b7ef577190dbab Mon Sep 17 00:00:00 2001 From: Rainer Klute Date: Wed, 9 Jun 2004 17:50:48 +0000 Subject: [PATCH] - Usage message fixed. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353557 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/org/apache/poi/hpsf/examples/WriteAuthorAndTitle.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/examples/src/org/apache/poi/hpsf/examples/WriteAuthorAndTitle.java b/src/examples/src/org/apache/poi/hpsf/examples/WriteAuthorAndTitle.java index 0ada3861f9..e5e413b464 100644 --- a/src/examples/src/org/apache/poi/hpsf/examples/WriteAuthorAndTitle.java +++ b/src/examples/src/org/apache/poi/hpsf/examples/WriteAuthorAndTitle.java @@ -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); } -- 2.39.5