diff options
author | Marius Vollmer <mvo@zagadka.de> | 2004-08-22 19:30:04 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2004-08-22 19:30:04 +0000 |
commit | fcb8ba8ce7f9ecababc659c87237bf49d3184cf8 (patch) | |
tree | 9eadd8cb333d02773d70eacc74fcd5ef8eb60921 /doc/ref/scheme-scripts.texi | |
parent | e1b29f6a58b7c59441db35082284f3ed74515f6d (diff) | |
download | guile-fcb8ba8ce7f9ecababc659c87237bf49d3184cf8.tar.gz |
(Invoking Guile): documented new '-L' switch.
Diffstat (limited to 'doc/ref/scheme-scripts.texi')
-rw-r--r-- | doc/ref/scheme-scripts.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ref/scheme-scripts.texi b/doc/ref/scheme-scripts.texi index ec1675ec2..d1e06b85a 100644 --- a/doc/ref/scheme-scripts.texi +++ b/doc/ref/scheme-scripts.texi @@ -103,6 +103,13 @@ become command-line arguments for the interactive session; the @code{(@var{guile} @var{arg...})}, where @var{guile} is the path of the Guile executable. +@item -L @var{directory} +Add @var{directory} to the front of Guile's module load path. The +given directories are searched in the order given on the command line +and before any directories in the GUILE_LOAD_PATH environment +variable. Paths added here are @emph{not} in effect during execution +of the user's @file{.guile} file. + @item -l @var{file} Load Scheme source code from @var{file}, and continue processing the command line. |