aboutsummaryrefslogtreecommitdiff
path: root/gui/debugger.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/debugger.cpp')
-rw-r--r--gui/debugger.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/debugger.cpp b/gui/debugger.cpp
index 5db2b97523..48acda17ad 100644
--- a/gui/debugger.cpp
+++ b/gui/debugger.cpp
@@ -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];