diff options
| author | 2020-07-06 21:24:49 -0500 | |
|---|---|---|
| committer | 2020-07-06 21:25:41 -0500 | |
| commit | b4f5e5bc009a7a315c25c0f61fc7fb782f764a4f (patch) | |
| tree | 74d6cc8576e52b278f4da4e209159cfce677f595 /janet.1 | |
| parent | Add forever macro and add names to anon fns. (diff) | |
Update docs for -l option.
Diffstat (limited to 'janet.1')
| -rw-r--r-- | janet.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |
