Skip to content

Commit 07fd727

Browse files
committed
fix: cache help message
1 parent 9a42ab9 commit 07fd727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ void print_help(std::string extra_message = "",
4343
<< " " << filename << " wem [input.wem] (--info)\n"
4444
<< " " << filename << " bnk [input.bnk] (--info) (--no-convert)\n"
4545
<< " " << filename
46-
<< " cache [read|write] [input.cache] (--info) (--no-convert-wem) (--no-convert-bnk)\n"
46+
<< " cache [read|write] [file/directory name] (--info) (--no-convert-wem) (--no-convert-bnk)\n"
4747
<< "Or run it without arguments to find and convert all WEMs in "
4848
"the current directory."
4949
<< std::endl;

0 commit comments

Comments
 (0)