mirror of https://github.com/apache/poi.git
fixed typo
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1876138 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
81400a3ee2
commit
0174c4df27
|
@ -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" +
|
||||
|
|
Loading…
Reference in New Issue