aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-09-18 20:13:19 +0000
committerUlrich Müller <ulm@gentoo.org>2009-09-18 20:13:19 +0000
commit27566070cee1d0958a4592a52feaa6d6f63bf71f (patch)
tree45d0caa0e3afac36976562dfb684ee866b21dc25 /misc
parentDon't accept parameters for built-in actions. (diff)
downloadeselect-27566070cee1d0958a4592a52feaa6d6f63bf71f.tar.gz
eselect-27566070cee1d0958a4592a52feaa6d6f63bf71f.tar.bz2
eselect-27566070cee1d0958a4592a52feaa6d6f63bf71f.zip
Show only one spelling variant for completion.
svn path=/trunk/; revision=659
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 6e41bdc..3920da6 100644
--- a/misc/eselect.bashcomp
+++ b/misc/eselect.bashcomp
@@ -8,7 +8,7 @@
_eselect() {
local cur sedcmd sedcmd3 possibles
- local options="--brief --no-color --no-colour"
+ local options="--brief --no-colour"
COMPREPLY=()
cur="${COMP_WORDS[COMP_CWORD]}"
sedcmd='s/^ \([[:alnum:]-][[:alnum:]_-]*\)[[:space:],].*$/\1/p'