diff options
author | Simon Pepping <spepping@apache.org> | 2010-08-16 06:28:05 +0000 |
---|---|---|
committer | Simon Pepping <spepping@apache.org> | 2010-08-16 06:28:05 +0000 |
commit | 173849acbd8104988e5a2335734d10d6a87870bd (patch) | |
tree | ae7078abf4fa9bc5695b9b0d80145d8b5acc4573 /src/java/org/apache | |
parent | 5d185fbb325bba127fe732b9eb9513d4e30e3c32 (diff) | |
download | xmlgraphics-fop-173849acbd8104988e5a2335734d10d6a87870bd.tar.gz xmlgraphics-fop-173849acbd8104988e5a2335734d10d6a87870bd.zip |
Document exits
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@985806 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache')
-rw-r--r-- | src/java/org/apache/fop/cli/CommandLineOptions.java | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/java/org/apache/fop/cli/CommandLineOptions.java b/src/java/org/apache/fop/cli/CommandLineOptions.java index 9a661650b..d100d98be 100644 --- a/src/java/org/apache/fop/cli/CommandLineOptions.java +++ b/src/java/org/apache/fop/cli/CommandLineOptions.java @@ -1205,7 +1205,7 @@ public class CommandLineOptions { + " (Note: currently only influences whether the area tree is" + " serialized.)\n\n" - + " -delete-cache deletes the current font cache file\n" + + " -delete-cache delete the current font cache file and exit\n" + " -cache specifies a file/directory path location" + " for the font cache file\n\n" @@ -1246,7 +1246,8 @@ public class CommandLineOptions { + " see options with \"-print help\" \n" + " -out mime outfile input will be rendered using the given MIME type\n" + " (outfile req'd) Example: \"-out application/pdf D:\\out.pdf\"\n" - + " (Tip: \"-out list\" prints the list of supported MIME types)\n" + + " (Tip: \"-out list\" prints the list of supported MIME types" + + " and exits)\n" //+ " -mif outfile input will be rendered as MIF (FrameMaker) (outfile req'd)\n" //+ " Experimental feature - requires additional fop-sandbox.jar.\n" + " -svg outfile input will be rendered as an SVG slides file (outfile req'd) \n" |