Add a linebreak after the history label - clic - Clic is an command line intera… | |
git clone git://bitreich.org/clic/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit f9ee8314bb65f728a3a6569942f7786dd9410e79 | |
parent fe200dd7e8dd1921e985d2aa84dab132ef6bc392 | |
Author: Jonathan Tremesaygues <[email protected]> | |
Date: Mon, 6 Nov 2017 15:02:58 +0100 | |
Add a linebreak after the history label | |
Diffstat: | |
M clic.lisp | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/clic.lisp b/clic.lisp | |
@@ -209,7 +209,7 @@ | |
"show help for the shell" | |
(format t "number : go to link n~%") | |
(format t "p : go to previous page~%") | |
- (format t "h : display history") | |
+ (format t "h : display history~%") | |
(format t "help : show this help~%") | |
(format t "x or q : exit the shell, go back to REPL~%")) | |