소스 검색

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 23 년 전
부모
커밋
c99164c061
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/org/apache/fop/apps/CommandLineOptions.java

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

Loading…
취소
저장