Author: kiwiwings
Date: Sun Apr  5 01:01:47 2020
New Revision: 1876138

URL: http://svn.apache.org/viewvc?rev=1876138&view=rev
Log:
fixed typo

Modified:
    
poi/site/src/documentation/content/xdocs/components/slideshow/ppt-wmf-emf-renderer.xml
    poi/trunk/src/ooxml/java/org/apache/poi/xslf/util/PPTX2PNG.java

Modified: 
poi/site/src/documentation/content/xdocs/components/slideshow/ppt-wmf-emf-renderer.xml
URL: 
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/components/slideshow/ppt-wmf-emf-renderer.xml?rev=1876138&r1=1876137&r2=1876138&view=diff
==============================================================================
--- 
poi/site/src/documentation/content/xdocs/components/slideshow/ppt-wmf-emf-renderer.xml
 (original)
+++ 
poi/site/src/documentation/content/xdocs/components/slideshow/ppt-wmf-emf-renderer.xml
 Sun Apr  5 01:01:47 2020
@@ -36,7 +36,7 @@
             </p>
 
             <source><![CDATA[
-                Usage: PPTX2PNG [options] <ppt or pptx file or 'stdin'
+                Usage: PPTX2PNG [options] <.ppt/.pptx/.emf/.wmf file or 
'stdin'>
 
                 Options:
                     -scale <float>    scale factor

Modified: poi/trunk/src/ooxml/java/org/apache/poi/xslf/util/PPTX2PNG.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/src/ooxml/java/org/apache/poi/xslf/util/PPTX2PNG.java?rev=1876138&r1=1876137&r2=1876138&view=diff
==============================================================================
--- poi/trunk/src/ooxml/java/org/apache/poi/xslf/util/PPTX2PNG.java (original)
+++ poi/trunk/src/ooxml/java/org/apache/poi/xslf/util/PPTX2PNG.java Sun Apr  5 
01:01:47 2020
@@ -53,7 +53,7 @@ public final class PPTX2PNG {
 
     private static void usage(String error){
         String msg =
-            "Usage: PPTX2PNG [options] <ppt or pptx file or 'stdin'>\n" +
+            "Usage: PPTX2PNG [options] <.ppt/.pptx/.emf/.wmf file or 
'stdin'>\n" +
             (error == null ? "" : ("Error: "+error+"\n")) +
             "Options:\n" +
             "    -scale <float>    scale factor\n" +



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

Reply via email to