diff options
author | Dieter Plaetinck <dieter@plaetinck.be> | 2009-01-24 20:07:13 +0100 |
---|---|---|
committer | Dieter Plaetinck <dieter@plaetinck.be> | 2009-01-24 20:07:13 +0100 |
commit | e9c113324dfa3f40206a280f99aa47e4d731debf (patch) | |
tree | 01eb228b69f910bed0fe4d8760d38a74844bbfd2 | |
parent | 0a9f555db95bc7ade7a79e244885aa97456ddf7e (diff) |
tell user where to find the readme
-rwxr-xr-x | src/aif.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -18,7 +18,8 @@ usage () -l Explicitly enable logging to file (optional) -h Help: show usage (optional)\n If the procedurename starts with 'http://' it will be wget'ed. Otherwise it's assumed to be a procedure in the VFS tree -If the procedurename is prefixed with '<modulename>/' it will be loaded from user module <modulename>. See README\n +If the procedurename is prefixed with '<modulename>/' it will be loaded from user module <modulename>.\n +For more info, see the README which you can find in /home/arch/aif/docs\n Available procedures on the filesystem: `find /home/arch/aif/core/procedures -type f`\n `find /home/arch/aif/user/*/procedures -type f 2>/dev/null`" |