diff options
author | unknown <root@telnet.shack> | 2010-12-28 21:11:36 +0100 |
---|---|---|
committer | tv <root@telnet.shack> | 2010-12-28 21:11:36 +0100 |
commit | b914f084d21a8bacda66a4785be2345e78d8982b (patch) | |
tree | b3e23179c52c316871f776343f273679343201db | |
parent | 5c95cc67e68451c7046b347cb085e2f8b1e8e863 (diff) |
write stderr of help to /dev/null
-rwxr-xr-x | modules/help | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/help b/modules/help index e9dba2fe..bc4c2931 100755 --- a/modules/help +++ b/modules/help @@ -4,7 +4,7 @@ case "$1" in ('') { for directory in `echo "$NOISE_PATH" | tr : \ ` ; do for module in "$directory"/* ; do echo `basename "$module"` `$module --help` - done + done 2>/dev/null done ## print all documented built-in commands sed -rn 's:^noise_([a-z]+)\(\) \{ # (.+)?$:\1 \2:p' "$NOISE" |