diff options
| author | root <root@shack.(none)> | 2010-05-07 10:12:12 +0200 | 
|---|---|---|
| committer | root <root@shack.(none)> | 2010-05-07 10:12:12 +0200 | 
| commit | 42a036d8d7d332ca75909654133bb5c2f7d20620 (patch) | |
| tree | 1742c73da9ebe2a458f35189525ccedeb0003c6c /modules | |
| parent | 36f54e3f90c0401bad7f4c59f47554e5026f754c (diff) | |
help: uniq, b/c we've got alot of mirrors ;-)
Diffstat (limited to 'modules')
| -rwxr-xr-x | modules/help | 2 | 
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/$/[m/        s:^([a-z]+) (.+):[35mtype [32m/\1[35m to \2:p' ;;    (*) | 
