Add --rsyncable to gzip completion (not in upstream gzip (yet?), but commonly patched into various distros' packages).

This commit is contained in:
Ville Skyttä 2009-01-15 00:38:07 +02:00
parent 0a8174b77a
commit a98cf17cce
2 changed files with 2 additions and 1 deletions

View File

@ -3370,7 +3370,7 @@ _gzip()
--stdout --decompress --force --help --list \
--license --no-name --name --quiet --recursive \
--suffix --test --verbose --version --fast \
--best' -- $cur ) )
--best --rsyncable' -- $cur ) )
return 0
fi

1
debian/changelog vendored
View File

@ -69,6 +69,7 @@ bash-completion (200811xx) UNRELEASED; urgency=low
* Add lzma completion (Per Øyvind Karlsen, Ville Skyttä).
* Add .mp2 and .vdr to mplayer completion (RHBZ: #444467) (Ville Skyttä).
* Add .mkv, .mp2 and .vdr to *xine completion (RHBZ: #444467) (Ville Skyttä).
* Add --rsyncable to gzip completion (Ville Skyttä).
* Merge from Gentoo:
- fix 'find' completion so that it properly completes on -?(i)whilename.
Patch by Ciaran McCreesh.