diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-06-14 06:49:05 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-06-14 06:49:05 -0700 |
commit | c43a9b4246f0c383965668779e82212fafcd9dc4 (patch) | |
tree | 8286c02e29581287d1748d99b7328e42aba68e19 | |
parent | 8dfd9c298b8a87e517ba3358b6307f68d56eaf96 (diff) | |
download | txr-c43a9b4246f0c383965668779e82212fafcd9dc4.tar.gz txr-c43a9b4246f0c383965668779e82212fafcd9dc4.tar.bz2 txr-c43a9b4246f0c383965668779e82212fafcd9dc4.zip |
Update banner to inform about cheatsheet command.
* txr.c (banner): Text updated.
-rw-r--r-- | txr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |