summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authortv <tv@also>2010-05-07 10:50:41 +0200
committertv <tv@also>2010-05-07 10:50:41 +0200
commit2a552b0b156a1855357d1dac19ccde4382b4a3b9 (patch)
tree9a126209addcbe357db138432063fedc068ee81c /modules
parent28a4d9b93c49800c75d81e89af1ee3d09e36f164 (diff)
parent2faba42f525a4c03754e87e60075a6b0ac985374 (diff)
Merge branch 'master' of ssh://shack/root/noise
Diffstat (limited to 'modules')
-rwxr-xr-xmodules/help2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/help b/modules/help
index 48c06686..e9dba2fe 100755
--- a/modules/help
+++ b/modules/help
@@ -8,7 +8,7 @@ case "$1" in
done
## print all documented built-in commands
sed -rn 's:^noise_([a-z]+)\(\) \{ # (.+)?$:\1 \2:p' "$NOISE"
- } | sort | sed -rn '
+ } | sort | uniq | sed -rn '
$s/$//
s:^([a-z]+) (.+):type /\1 to \2:p' ;;
(*)