diff options
author | Jeremias Maerki <jeremias@apache.org> | 2010-08-16 08:46:44 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2010-08-16 08:46:44 +0000 |
commit | efea814f6945dd13595a4d6767ebf6b57f68df1b (patch) | |
tree | 0a6908b4ce7912aebfde15a201b8cf28843cbec2 /src/java/org/apache/fop | |
parent | 173849acbd8104988e5a2335734d10d6a87870bd (diff) | |
download | xmlgraphics-fop-efea814f6945dd13595a4d6767ebf6b57f68df1b.tar.gz xmlgraphics-fop-efea814f6945dd13595a4d6767ebf6b57f68df1b.zip |
Removed tab character.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@985829 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache/fop')
-rw-r--r-- | src/java/org/apache/fop/cli/CommandLineOptions.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/java/org/apache/fop/cli/CommandLineOptions.java b/src/java/org/apache/fop/cli/CommandLineOptions.java index d100d98be..1d9b8c82b 100644 --- a/src/java/org/apache/fop/cli/CommandLineOptions.java +++ b/src/java/org/apache/fop/cli/CommandLineOptions.java @@ -110,7 +110,7 @@ public class CommandLineOptions { private boolean useStdIn = false; /* true if System.out (stdout) should be used for the output file */ private boolean useStdOut = false; - /* true if a catalog resolver should be used for entity and uri resolution */ + /* true if a catalog resolver should be used for entity and uri resolution */ private boolean useCatalogResolver = false; /* rendering options (for the user agent) */ private Map renderingOptions = new java.util.HashMap(); @@ -1247,7 +1247,7 @@ public class CommandLineOptions { + " -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" - + " and exits)\n" + + " 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" |