Remove --with-suggests and --without-suggests from aptitude completion
This commit is contained in:
parent
9501c0fa90
commit
fa65e312ea
1
CHANGES
1
CHANGES
@ -44,6 +44,7 @@ bash-completion (1.x)
|
||||
okular-specific completions: xps, epub, odt, fb, mobi, g3 and chm.
|
||||
Also, okular can read any of its formats also in .gz/.bz2 compressed
|
||||
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):
|
||||
- avoid sed pipe as ps itself can omit the headers
|
||||
- improve service(8) completion, also look for "msg_usage"
|
||||
|
@ -29,8 +29,7 @@ _aptitude()
|
||||
dashoptions='-S -u -i -h --help --version -s --simulate -d \
|
||||
--download-only -P --prompt -y --assume-yes -F \
|
||||
--display-format -O --sort -w --width -f -r -g \
|
||||
--with-recommends --with-suggests -R -G \
|
||||
--without-recommends --without-suggests -t \
|
||||
--with-recommends -R -G --without-recommends -t \
|
||||
--target-release -V --show-versions -D --show-deps\
|
||||
-Z -v --verbose --purge-unused --schedule-only'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user