Browse Source

fix error message

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893170 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_2_0
PJ Fanning 2 years ago
parent
commit
ed09bf39bd
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      poi-ooxml/src/main/java/org/apache/poi/xslf/util/PPTX2PNG.java

+ 1
- 1
poi-ooxml/src/main/java/org/apache/poi/xslf/util/PPTX2PNG.java View 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;
}


Loading…
Cancel
Save