fix error message

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893170 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2021-09-09 09:04:09 +00:00
parent b5071b96da
commit ed09bf39bd
1 changed files with 1 additions and 1 deletions

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;
}