summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2017-06-14 06:49:05 -0700
committerKaz Kylheku <kaz@kylheku.com>2017-06-14 06:49:05 -0700
commitd402dab3a24359392a9f3560a5611243034ffdd1 (patch)
tree8286c02e29581287d1748d99b7328e42aba68e19
parent4721ffe92136729c6242d778449b07600eb96b2b (diff)
downloadtxr-d402dab3a24359392a9f3560a5611243034ffdd1.tar.gz
txr-d402dab3a24359392a9f3560a5611243034ffdd1.tar.bz2
txr-d402dab3a24359392a9f3560a5611243034ffdd1.zip
Update banner to inform about cheatsheet command.
* txr.c (banner): Text updated.
-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