aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rwxr-xr-xbin/eselect.in4
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9f0e01c..805810e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
* bin/eselect.in (ec_do_list_options, ec_do_list_modules):
Renamed from ec_do_list-* to prevent invalid identifier errors in
POSIX mode, bug 280191. Substiture underscore for hyphen in call.
+ (ec_do_help): Fix call for ec_do_list_*.
* modules/news.eselect (do_read): Suppress "no news" message in
brief output mode, bug 288527.
diff --git a/bin/eselect.in b/bin/eselect.in
index c9d84a3..47704d3 100755
--- a/bin/eselect.in
+++ b/bin/eselect.in
@@ -94,9 +94,9 @@ ec_do_help() {
set_output_mode default
ec_do_usage
echo
- ec_do_list-options
+ ec_do_list_options
echo
- ec_do_list-modules
+ ec_do_list_modules
}
# ec_do_version