diff --git a/src/debugger/DebuggerParser.cxx b/src/debugger/DebuggerParser.cxx index 9071bf57a..50ff2daae 100644 --- a/src/debugger/DebuggerParser.cxx +++ b/src/debugger/DebuggerParser.cxx @@ -2323,7 +2323,7 @@ std::array DebuggerParser::commands = { { { "break", - "Break [at address] [and bank]", + "Break at
and ", "Set/clear breakpoint on address (and all mirrors) and bank\nDefault are current PC and bank, valid address is 0 - ffff\n" "Example: break, break f000, break 7654 3\n break ff00 ff (= all banks)", false, @@ -2344,7 +2344,7 @@ std::array DebuggerParser::commands = { { { "breaklabel", - "Set/clear breakpoint on [address] (no mirrors, all banks)", + "Set/clear breakpoint on
(no mirrors, all banks)", "Example: breaklabel, breaklabel MainLoop", false, true,