summaryrefslogtreecommitdiffstats
path: root/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'debug.c')
-rw-r--r--debug.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/debug.c b/debug.c
index 0fb426b2..e0429421 100644
--- a/debug.c
+++ b/debug.c
@@ -61,9 +61,8 @@ void debug_init(void);
static void help(val stream)
{
put_string(lit("commands:\n"
- "? - help s - step into form\n"
- "h - help n - step over form\n"
- "c - continue f - finish form\n"
+ "? - help q - quit c - continue s - step into form\n"
+ "h - help f - finish form n - step over form\n"
"v - show variable binding environment o - show current form\n"
"b - set breakpoint by line number i - show current data\n"
"d - delete breakpoint w - backtrace\n"