Drop simple id completion, more thorough one is in completions/coreutils.

This commit is contained in:
Ville Skyttä 2010-10-24 21:54:13 +03:00
parent b9b807e168
commit 90f3b3dda0

View File

@ -1523,7 +1523,7 @@ for i in a2ps autoconf automake bc gprof ld nm objcopy objdump readelf strip \
touch vdir awk gperf grep grub indent less m4 sed shar date \
tee who texindex cat csplit cut expand fmt fold head \
md5sum nl od paste pr ptx sha1sum sort split tac tail tr unexpand \
uniq wc ldd bash id irb mkdir rmdir wget curl; do
uniq wc ldd bash irb mkdir rmdir wget curl; do
have $i && complete -F _longopt -o filenames $i
done