diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2020-09-02 22:24:33 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2020-09-02 22:24:33 +0000 |
commit | 75578a1de9de5699030b8bf917524dc80cac3ca3 (patch) | |
tree | d78e5abb0c473c5df03d210e50e58271cae9e103 | |
parent | 9f91309b28fbeca6522d2f72633564762d94f87d (diff) | |
download | poi-75578a1de9de5699030b8bf917524dc80cac3ca3.tar.gz poi-75578a1de9de5699030b8bf917524dc80cac3ca3.zip |
fix typo
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1881402 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | src/ooxml/java/org/apache/poi/xslf/util/PPTX2PNG.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ooxml/java/org/apache/poi/xslf/util/PPTX2PNG.java b/src/ooxml/java/org/apache/poi/xslf/util/PPTX2PNG.java index 384255c57a..07eb12565d 100644 --- a/src/ooxml/java/org/apache/poi/xslf/util/PPTX2PNG.java +++ b/src/ooxml/java/org/apache/poi/xslf/util/PPTX2PNG.java @@ -75,7 +75,7 @@ public final class PPTX2PNG { " some files (usually wmf) don't have a header, i.e. an identifiable file magic\n" + " -textAsShapes text elements are saved as shapes in SVG, necessary for variable spacing\n" + " often found in math formulas\n" + - " -charset sets the default charset to be used, defaults to Windows-1252"; + " -charset <cs> sets the default charset to be used, defaults to Windows-1252"; System.out.println(msg); // no System.exit here, as we also run in junit tests! |