aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfotis <fotis@unknown>2001-04-02 06:58:45 +0000
committerfotis <fotis@unknown>2001-04-02 06:58:45 +0000
commitc99164c061d6383d0018af84942b3f837e3e0ce6 (patch)
tree0b83ad54ef82215784d1ecc2f8ec05ac373511a6
parent78f41f1fc1b62f0daa2f108cdad396b1b5fbea9d (diff)
downloadxmlgraphics-fop-c99164c061d6383d0018af84942b3f837e3e0ce6.tar.gz
xmlgraphics-fop-c99164c061d6383d0018af84942b3f837e3e0ce6.zip
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
-rw-r--r--src/org/apache/fop/apps/CommandLineOptions.java2
1 files changed, 1 insertions, 1 deletions
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] <outfile>\n" +
+ "\nUSAGE\nFop [options] [-fo|-xml] infile [-xsl file] [-awt|-pdf|-mif|-pcl|-txt|-print] <outfile>\n" +
" [OPTIONS] \n" + " -d debug mode \n" +
" -x dump configuration settings \n" +
" -q quiet mode \n" +