diff options
Diffstat (limited to 'doc/en/autogen/user/guile_commands.txt')
-rw-r--r-- | doc/en/autogen/user/guile_commands.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/en/autogen/user/guile_commands.txt b/doc/en/autogen/user/guile_commands.txt index be0c993ae..00f085cfa 100644 --- a/doc/en/autogen/user/guile_commands.txt +++ b/doc/en/autogen/user/guile_commands.txt @@ -2,9 +2,9 @@ [command]*`guile`* list/load/unload scripts:: ........................................ /guile list|listfull [<name>] - load <filename> + load [-q] <filename> autoload - reload|unload [<name>] + reload|unload [-q] [<name>] list: list loaded scripts listfull: list loaded scripts (verbose) @@ -14,6 +14,7 @@ autoload: load all scripts in "autoload" directory unload: unload a script (if no name given, unload all scripts) filename: script (file) to load name: a script name (name used in call to "register" function) + -q: quiet mode: do not display messages Without argument, this command lists all loaded scripts. ........................................ |