summaryrefslogtreecommitdiffstats
path: root/txr.c
diff options
context:
space:
mode:
Diffstat (limited to 'txr.c')
-rw-r--r--txr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/txr.c b/txr.c
index f20271a0..16cecb63 100644
--- a/txr.c
+++ b/txr.c
@@ -187,7 +187,7 @@ static void banner(void)
{
format(std_output,
lit("This is the TXR Lisp interactive listener of TXR ~a.\n"
- "Use the :quit command or type Ctrl-D on empty line to exit.\n"),
+ "Quit with :quit or Ctrl-D on empty line. Ctrl-X ? for cheatsheet.\n"),
static_str(version), nao);
}
#else