diff options
author | Joel Kronqvist <joel.kronqvist@iki.fi> | 2025-08-23 22:53:04 +0300 |
---|---|---|
committer | Joel Kronqvist <joel.kronqvist@iki.fi> | 2025-08-23 22:59:44 +0300 |
commit | 64a883b66287c74d4826a78fc7a26e7d4efeaf86 (patch) | |
tree | 0cc95c7f56eaa8f68575cdbe6b27a6c88ddc921e /src/main.rs | |
parent | 1c0645c559d19d9c7ceb1db51d68e052a180709f (diff) | |
download | myslip-64a883b66287c74d4826a78fc7a26e7d4efeaf86.tar.gz myslip-64a883b66287c74d4826a78fc7a26e7d4efeaf86.zip |
fix: typo in build-essential and add mention that stdlib.slip must be in cwdmaster
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index e48917d..06edf3c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -80,7 +80,9 @@ fn main() { "myslip [options] [file]\n" + "\n" + "If [file] is given, executes the s-expression contained by\n" + - "the file. Otherwise starts the myslip repl.\n" + + "the file. Otherwise starts the myslip repl. Note that the\n" + + "file stdlib.slip needs to be in the current working\n" + + "directory or the `--no-stdlib` option must be used.\n" + "\n" + "Options:\n" + "\n" + |