aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'misc/eselect.bashcomp')
-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'