summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorunknown <root@telnet.shack>2010-12-28 21:11:36 +0100
committertv <root@telnet.shack>2010-12-28 21:11:36 +0100
commitb914f084d21a8bacda66a4785be2345e78d8982b (patch)
treeb3e23179c52c316871f776343f273679343201db /modules
parent5c95cc67e68451c7046b347cb085e2f8b1e8e863 (diff)
write stderr of help to /dev/null
Diffstat (limited to 'modules')
-rwxr-xr-xmodules/help2
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"