Remove --with-suggests and --without-suggests from aptitude completion

This commit is contained in:
David Paleino 2009-09-26 16:51:39 +02:00
parent 9501c0fa90
commit fa65e312ea
2 changed files with 2 additions and 2 deletions

View File

@ -44,6 +44,7 @@ bash-completion (1.x)
okular-specific completions: xps, epub, odt, fb, mobi, g3 and chm. okular-specific completions: xps, epub, odt, fb, mobi, g3 and chm.
Also, okular can read any of its formats also in .gz/.bz2 compressed Also, okular can read any of its formats also in .gz/.bz2 compressed
format, so change the regular expression to match this. format, so change the regular expression to match this.
* Remove --with-suggests and --without-suggests from aptitude completion
* Patches from PLD Linux (thanks to Elan Ruusamäe): * Patches from PLD Linux (thanks to Elan Ruusamäe):
- avoid sed pipe as ps itself can omit the headers - avoid sed pipe as ps itself can omit the headers
- improve service(8) completion, also look for "msg_usage" - improve service(8) completion, also look for "msg_usage"

View File

@ -29,8 +29,7 @@ _aptitude()
dashoptions='-S -u -i -h --help --version -s --simulate -d \ dashoptions='-S -u -i -h --help --version -s --simulate -d \
--download-only -P --prompt -y --assume-yes -F \ --download-only -P --prompt -y --assume-yes -F \
--display-format -O --sort -w --width -f -r -g \ --display-format -O --sort -w --width -f -r -g \
--with-recommends --with-suggests -R -G \ --with-recommends -R -G --without-recommends -t \
--without-recommends --without-suggests -t \
--target-release -V --show-versions -D --show-deps\ --target-release -V --show-versions -D --show-deps\
-Z -v --verbose --purge-unused --schedule-only' -Z -v --verbose --purge-unused --schedule-only'