summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorroot <root@shack.(none)>2010-05-07 10:12:12 +0200
committerroot <root@shack.(none)>2010-05-07 10:12:12 +0200
commit42a036d8d7d332ca75909654133bb5c2f7d20620 (patch)
tree1742c73da9ebe2a458f35189525ccedeb0003c6c /modules
parent36f54e3f90c0401bad7f4c59f47554e5026f754c (diff)
help: uniq, b/c we've got alot of mirrors ;-)
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' ;;
(*)