aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-11-06 07:33:19 +0000
committerUlrich Müller <ulm@gentoo.org>2009-11-06 07:33:19 +0000
commit9528783a37312f0c57561739854a0170edc5803d (patch)
tree06fb3bcde1e967512f4a6135a4301ce2b77a448e /bin
parentAdd quotes. (diff)
downloadeselect-9528783a37312f0c57561739854a0170edc5803d.tar.gz
eselect-9528783a37312f0c57561739854a0170edc5803d.tar.bz2
eselect-9528783a37312f0c57561739854a0170edc5803d.zip
Mention "--brief" in list of options.
svn path=/trunk/; revision=702
Diffstat (limited to 'bin')
-rwxr-xr-xbin/eselect.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/eselect.in b/bin/eselect.in
index 47704d3..0aef16f 100755
--- a/bin/eselect.in
+++ b/bin/eselect.in
@@ -112,7 +112,7 @@ ec_do_version() {
# Display all recognized global options
ec_do_list_options() {
write_list_start "Global options:"
- #write_kv_list_entry "--brief" "Make output shorter (experimental)"
+ write_kv_list_entry "--brief" "Make output shorter"
write_kv_list_entry "--no-color,--no-colour" "Disable coloured output"
}