diff options
-rw-r--r-- | engines/sci/console.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/console.cpp b/engines/sci/console.cpp index e10d8e4d61..ac3f2b719a 100644 --- a/engines/sci/console.cpp +++ b/engines/sci/console.cpp @@ -312,7 +312,7 @@ bool Console::cmdHelp(int argc, const char **argv) { DebugPrintf(" restart_game - Restarts the game\n"); DebugPrintf(" version - Shows the resource and interpreter versions\n"); DebugPrintf(" room - Gets or sets the current room number\n"); - DebugPrintf(" exit - Exits the game\n"); + DebugPrintf(" quit - Quits the game\n"); DebugPrintf("\n"); DebugPrintf("Graphics:\n"); DebugPrintf(" set_palette - Sets a palette resource\n"); |