From c99164c061d6383d0018af84942b3f837e3e0ce6 Mon Sep 17 00:00:00 2001 From: fotis Date: Mon, 2 Apr 2001 06:58:45 +0000 Subject: [PATCH] adding -text and -pcl options to help text git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194189 13f79535-47bb-0310-9956-ffa450edef68 --- src/org/apache/fop/apps/CommandLineOptions.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/org/apache/fop/apps/CommandLineOptions.java b/src/org/apache/fop/apps/CommandLineOptions.java index c3abeeb78..009d33d04 100644 --- a/src/org/apache/fop/apps/CommandLineOptions.java +++ b/src/org/apache/fop/apps/CommandLineOptions.java @@ -432,7 +432,7 @@ public class CommandLineOptions { */ public static void printUsage() { MessageHandler.logln( - "\nUSAGE\nFop [options] [-fo|-xml] infile [-xsl file] [-awt|-pdf|-mif|-print] \n" + + "\nUSAGE\nFop [options] [-fo|-xml] infile [-xsl file] [-awt|-pdf|-mif|-pcl|-txt|-print] \n" + " [OPTIONS] \n" + " -d debug mode \n" + " -x dump configuration settings \n" + " -q quiet mode \n" + -- 2.39.5