Package: bash-completion Version: 20080705 Severity: wishlist Tags: patch Hi,
please add support for aptitude's --schedule-only option, which is BTW a bit long to type. ;) Mraw, KiBi. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages bash-completion depends on: ii bash 3.2-4 The GNU Bourne Again SHell bash-completion recommends no packages. bash-completion suggests no packages. -- no debconf information
--- a/bash_completion +++ b/bash_completion @@ -2277,7 +2277,7 @@ _aptitude() --with-recommends --with-suggests -R -G \ --without-recommends --without-suggests -t \ --target-release -V --show-versions -D --show-deps\ - -Z -v --verbose --purge-unused' + -Z -v --verbose --purge-unused --schedule-only' for (( i=0; i < [EMAIL PROTECTED]; i++ )); do if [[ ${COMP_WORDS[i]} == @(install|reinstall|hold|unhold|markauto|unmarkauto|dist-upgrade|full-upgrade|download|show|forbid-version|purge|remove|changelog|why|why-not|keep|keep-all) ]]; then