summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
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"