Author: spepping
Date: Mon Aug 16 06:28:05 2010
New Revision: 985806

URL: http://svn.apache.org/viewvc?rev=985806&view=rev
Log:
Document exits

Modified:
    xmlgraphics/fop/trunk/src/java/org/apache/fop/cli/CommandLineOptions.java

Modified: 
xmlgraphics/fop/trunk/src/java/org/apache/fop/cli/CommandLineOptions.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/cli/CommandLineOptions.java?rev=985806&r1=985805&r2=985806&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/cli/CommandLineOptions.java 
(original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/cli/CommandLineOptions.java 
Mon Aug 16 06:28:05 2010
@@ -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"



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to