fixed typo

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1876138 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andreas Beeker 2020-04-05 01:01:47 +00:00
parent 81400a3ee2
commit 0174c4df27
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ public final class PPTX2PNG {
private static void usage(String error){
String msg =
"Usage: PPTX2PNG [options] <ppt or pptx file or 'stdin'>\n" +
"Usage: PPTX2PNG [options] <.ppt/.pptx/.emf/.wmf file or 'stdin'>\n" +
(error == null ? "" : ("Error: "+error+"\n")) +
"Options:\n" +
" -scale <float> scale factor\n" +