aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2021-09-09 09:04:09 +0000
committerPJ Fanning <fanningpj@apache.org>2021-09-09 09:04:09 +0000
commited09bf39bd0d2c50b026800d6f5721f071681834 (patch)
tree8744467557a5f938806e20308b31c5ec53c3c7de /poi-ooxml
parentb5071b96da5b69acd8f4160de2b8f00bc6cf3577 (diff)
downloadpoi-ed09bf39bd0d2c50b026800d6f5721f071681834.tar.gz
poi-ed09bf39bd0d2c50b026800d6f5721f071681834.zip
fix error message
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893170 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-ooxml')
-rw-r--r--poi-ooxml/src/main/java/org/apache/poi/xslf/util/PPTX2PNG.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/poi-ooxml/src/main/java/org/apache/poi/xslf/util/PPTX2PNG.java b/poi-ooxml/src/main/java/org/apache/poi/xslf/util/PPTX2PNG.java
index 81fe1f85cc..4fcab9ed04 100644
--- a/poi-ooxml/src/main/java/org/apache/poi/xslf/util/PPTX2PNG.java
+++ b/poi-ooxml/src/main/java/org/apache/poi/xslf/util/PPTX2PNG.java
@@ -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;
}