]> source.dussan.org Git - poi.git/commitdiff
fix error message
authorPJ Fanning <fanningpj@apache.org>
Thu, 9 Sep 2021 09:04:09 +0000 (09:04 +0000)
committerPJ Fanning <fanningpj@apache.org>
Thu, 9 Sep 2021 09:04:09 +0000 (09:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893170 13f79535-47bb-0310-9956-ffa450edef68

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

index 81fe1f85cc0c60e4148d43ad586f9b9f0c464e79..4fcab9ed04e219cab29167b167bfa7eae2925b1a 100644 (file)
@@ -272,7 +272,7 @@ public final class PPTX2PNG {
         }
 
         if (!"long,short,width,height,scale".contains(fixSide)) {
-            usage("<fixside> must be one of long / short / width / height");
+            usage("<fixside> must be one of long / short / width / height / scale");
             return false;
         }