]> source.dussan.org Git - poi.git/commitdiff
fix typo
authorAndreas Beeker <kiwiwings@apache.org>
Wed, 2 Sep 2020 22:24:33 +0000 (22:24 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Wed, 2 Sep 2020 22:24:33 +0000 (22:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1881402 13f79535-47bb-0310-9956-ffa450edef68

src/ooxml/java/org/apache/poi/xslf/util/PPTX2PNG.java

index 384255c57afaa6b3c4ba2007bb4d3b6939bf7140..07eb12565d33c08564cf288fef48f0f3bc011b82 100644 (file)
@@ -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!