summaryrefslogtreecommitdiffstats
path: root/debug.c
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-08-06 22:17:26 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-08-06 22:17:26 -0700
commita6c599aea98cc588f1cdebac89e844b1b36f4c38 (patch)
treebe6003002b292aebe04ff4fd216239229d0a4282 /debug.c
parentc9a8bbd7f5308b9d165b0d21ff9b49bcd4fc070e (diff)
downloadtxr-a6c599aea98cc588f1cdebac89e844b1b36f4c38.tar.gz
txr-a6c599aea98cc588f1cdebac89e844b1b36f4c38.tar.bz2
txr-a6c599aea98cc588f1cdebac89e844b1b36f4c38.zip
* debug.c (help): Rearrange menu. Show missing quit command.
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"