diff options
-rw-r--r-- | engines/sherlock/debugger.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/debugger.cpp b/engines/sherlock/debugger.cpp index 27f4441dd0..aaf24646e4 100644 --- a/engines/sherlock/debugger.cpp +++ b/engines/sherlock/debugger.cpp @@ -86,7 +86,7 @@ bool Debugger::cmd3DO_PlayMovie(int argc, const char **argv) { bool Debugger::cmdSong(int argc, const char **argv) { if (argc != 2) { - debugPrintf("Format: song <number>\n"); + debugPrintf("Format: song <room>\n"); return true; } |