From 9528783a37312f0c57561739854a0170edc5803d Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Fri, 6 Nov 2009 07:33:19 +0000 Subject: Mention "--brief" in list of options. svn path=/trunk/; revision=702 --- bin/eselect.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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" } -- cgit v1.2.3-65-gdbad