From c43a9b4246f0c383965668779e82212fafcd9dc4 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 14 Jun 2017 06:49:05 -0700 Subject: Update banner to inform about cheatsheet command. * txr.c (banner): Text updated. --- txr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3