aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2011-10-28 23:43:52 +0000
committerUlrich Müller <ulm@gentoo.org>2011-10-28 23:43:52 +0000
commit9cc52bb17614497dfc5eb1de503ca088f4e32189 (patch)
tree1f18826d855ca2726b41511f9d45f0115e87ef6d /misc
parentWhitespace and minor stylistic changes. (diff)
downloadeselect-9cc52bb17614497dfc5eb1de503ca088f4e32189.tar.gz
eselect-9cc52bb17614497dfc5eb1de503ca088f4e32189.tar.bz2
eselect-9cc52bb17614497dfc5eb1de503ca088f4e32189.zip
New global option --colour=<yes|no|auto>.
svn path=/trunk/; revision=854
Diffstat (limited to 'misc')
-rw-r--r--misc/eselect.bashcomp2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/eselect.bashcomp b/misc/eselect.bashcomp
index 32e525d..c831c9d 100644
--- a/misc/eselect.bashcomp
+++ b/misc/eselect.bashcomp
@@ -8,7 +8,7 @@
_eselect() {
local cur sedcmd2 sedcmd3 possibles
- local options="--brief --no-colour"
+ local options="--brief --colour="
COMPREPLY=()
cur="${COMP_WORDS[COMP_CWORD]}"
sedcmd2='s/^ \([[:alnum:]-][[:alnum:]_-]*\)[[:space:],].*$/\1/p'