chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Add help info to csi banner


From: megane
Subject: [PATCH] Add help info to csi banner
Date: Sun, 08 Dec 2019 08:32:49 +0200
User-agent: mu4e 1.0; emacs 25.1.1

Hi,

Here's a small helper for newbies (and those who can't remember, like
me).

>From 69da758b16887f43583042c62e08bc3a905e046e Mon Sep 17 00:00:00 2001
From: megane <address@hidden>
Date: Sun, 8 Dec 2019 08:13:25 +0200
Subject: [PATCH] Add help info to csi banner

---
 csi.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/csi.scm b/csi.scm
index 20769369..0aef9c02 100644
--- a/csi.scm
+++ b/csi.scm
@@ -1080,7 +1080,8 @@ EOF
       (eval `(import ,@default-imports))
       (unless quiet
        (load-verbose #t)
-       (print-banner))
+       (print-banner)
+       (print "Type ,? for help."))
       (unless (or (member* '("-n" "-no-init") args) script eval?)
        (loadinit))
       (when batch
-- 
2.17.1


reply via email to

[Prev in Thread] Current Thread [Next in Thread]