Procházet zdrojové kódy

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
tags/fop-0_18_1
fotis před 23 roky
rodič
revize
c99164c061
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      src/org/apache/fop/apps/CommandLineOptions.java

+ 1
- 1
src/org/apache/fop/apps/CommandLineOptions.java Zobrazit soubor

@@ -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" +

Načítá se…
Zrušit
Uložit