]> git.tuebingen.mpg.de Git - gsu.git/blobdiff - README
README: Add documentation of $gsu_options.
[gsu.git] / README
diff --git a/README b/README
index 561d52d77b46f3145427f57bec4353e0f1576441..c0bfe18914b2323cdbabf9fa380e27a4760eb5ff 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,8 @@
+=====
 <<
 <img src='gsu.png' alt="gsu logo"><h2>The global subcommand utility</h2>
 >>
-
+=====
 gsu is a small library of bash functions intended to ease the task of
 writing and documenting large shell scripts with multiple subcommands,
 each providing different functionality. gsu is known to work on Linux,
@@ -28,7 +29,7 @@ All gsu modules are contained in a git repository. Get a copy with
 
        git clone git://git.tuebingen.mpg.de/gsu.git
 
-There is also a http://ilm.eb.local/gitweb/?p=gsu;a=summary (gitweb) page.
+There is also a http://git.tuebingen.mpg.de/gsu.git (gitweb) page.
 
 Installation
 ~~~~~~~~~~~~
@@ -692,7 +693,7 @@ List of public variables
   - *$gsu_config_file*. The name of the config file of the application.
   Defaults to `~/.${gsu_name}.rc'.
 
-  - *$gsu_options*.
+  - *$gsu_options*. Array of config options, used by the config module.
 
   - *$gsu_config_var_prefix*. Used by the config module to set up
   the variables defined in $gsu_options.