mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-02 16:31:01 +00:00
DEBUGGER: Changed usage output from "md5mac"
I don't know of any good way of transforming file names to base file names, so document that "md5mac" expects the base file name. Even though it currently will accept MacBinary file names.
This commit is contained in:
parent
ce37e489f8
commit
37aa4c2d59
@ -548,7 +548,7 @@ bool Debugger::cmdMd5(int argc, const char **argv) {
|
||||
|
||||
bool Debugger::cmdMd5Mac(int argc, const char **argv) {
|
||||
if (argc < 2) {
|
||||
debugPrintf("md5mac <filename>\n");
|
||||
debugPrintf("md5mac <base filename>\n");
|
||||
} else {
|
||||
// Assume that spaces are part of a single filename.
|
||||
Common::String filename = argv[1];
|
||||
|
Loading…
x
Reference in New Issue
Block a user