diff options
author | EuAndreh <eu@euandre.org> | 2022-10-24 14:26:46 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-10-24 14:26:46 -0300 |
commit | 9a511d58ce5963dd9342293c89c85a59d8ac4127 (patch) | |
tree | 7f22abc513f8aeb50039be3ba0521242dae4ac06 | |
parent | Move some FIXME markers to ~/.usr/FIXME file (diff) | |
download | dotfiles-9a511d58ce5963dd9342293c89c85a59d8ac4127.tar.gz dotfiles-9a511d58ce5963dd9342293c89c85a59d8ac4127.tar.xz |
bin/cl: WIP improve help string
-rwxr-xr-x | bin/cl | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |