From 9a511d58ce5963dd9342293c89c85a59d8ac4127 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 24 Oct 2022 14:26:46 -0300 Subject: bin/cl: WIP improve help string --- bin/cl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/cl b/bin/cl index a38d00a..a9c83b6 100755 --- a/bin/cl +++ b/bin/cl @@ -53,7 +53,7 @@ help() { Options: -e EXP an sexp to be evaluated (can be given more than once) - -f FILE FIXME + -f FILE a file to be evaluated (can be given more than once) -p print the value of the last given expression -M IMAGE load the given Lisp image -m disable looking for the default image under $XDG_DATA_HOME @@ -63,7 +63,7 @@ help() { -l list the known types of implementations -h, --help show this message - FILE FIXME + FILE the file to be executed as a script Lauch the desired Lisp implementation, properly adapting the given -- cgit v1.2.3