mirror of https://github.com/apache/poi.git
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:
parent
b5071b96da
commit
ed09bf39bd
|
@ -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…
Reference in New Issue