aboutsummaryrefslogtreecommitdiffhomepage
path: root/janet.1
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2020-07-06 21:24:49 -0500
committerCalvin Rose <calsrose@gmail.com>2020-07-06 21:25:41 -0500
commitb4f5e5bc009a7a315c25c0f61fc7fb782f764a4f (patch)
tree74d6cc8576e52b278f4da4e209159cfce677f595 /janet.1
parentAdd forever macro and add names to anon fns. (diff)
Update docs for -l option.
Diffstat (limited to 'janet.1')
-rw-r--r--janet.14
1 files changed, 2 insertions, 2 deletions
diff --git a/janet.1 b/janet.1
index 4f39eb75..21b38e46 100644
--- a/janet.1
+++ b/janet.1
@@ -194,8 +194,8 @@ Source should be a path to the Janet module to compile, and output should be the
resulting image. Output should usually end with the .jimage extension.
.TP
-.BR \-l\ path
-Load a Janet file before running a script or repl. Multiple files can be loaded
+.BR \-l\ lib
+Import a Janet module before running a script or repl. Multiple files can be loaded
in this manner, and exports from each file will be made available to the script
or repl.