diff options
Diffstat (limited to 'engines/sci')
-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 99fae41d05..290c58ab92 100644 --- a/engines/sci/console.cpp +++ b/engines/sci/console.cpp @@ -4013,7 +4013,7 @@ bool Console::cmdBreakpointAction(int argc, const char **argv) { if (usage) { debugPrintf("Change the action for the breakpoint with the specified index.\n"); - debugPrintf("Usage: %s <breakpoint index> break|log|bt|inspect|none\n", argv[0]); + debugPrintf("Usage: %s <breakpoint index> break|log|bt|inspect|ignore\n", argv[0]); debugPrintf("<index> * will process all breakpoints\n"); debugPrintf("Actions: break : break into debugger\n"); debugPrintf(" log : log without breaking\n"); |