We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a42ab9 commit 07fd727Copy full SHA for 07fd727
src/main.cpp
@@ -43,7 +43,7 @@ void print_help(std::string extra_message = "",
43
<< " " << filename << " wem [input.wem] (--info)\n"
44
<< " " << filename << " bnk [input.bnk] (--info) (--no-convert)\n"
45
<< " " << filename
46
- << " cache [read|write] [input.cache] (--info) (--no-convert-wem) (--no-convert-bnk)\n"
+ << " cache [read|write] [file/directory name] (--info) (--no-convert-wem) (--no-convert-bnk)\n"
47
<< "Or run it without arguments to find and convert all WEMs in "
48
"the current directory."
49
<< std::endl;
0 commit comments