summaryrefslogtreecommitdiffstats
path: root/modules/help
diff options
context:
space:
mode:
authortv <tv@also>2010-12-28 21:28:05 +0100
committertv <tv@also>2010-12-28 21:28:05 +0100
commit353a4587a8c8853fc1abade62226ee293c792c08 (patch)
treecc80dd1f7078960017da730f6ba0bcfe4a30b47a /modules/help
parenta3edb372bd49b3ad0ba5509030445ae004c5cc93 (diff)
parent5e0e70d0e4138c89709f29f39b46e293dc31a68b (diff)
Merge ssh://telnet/~/noise
Diffstat (limited to 'modules/help')
-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"