aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-10-11 11:07:43 +0000
committerUlrich Müller <ulm@gentoo.org>2009-10-11 11:07:43 +0000
commitd741da6cccc9d30188dde1eabd0e22c26a46ef61 (patch)
treea02e3f95f7a2db7cadcea477db9a4294fadcd4ab /bin
parentDon't use hyphens in identifiers for function names. (diff)
downloadeselect-d741da6cccc9d30188dde1eabd0e22c26a46ef61.tar.gz
eselect-d741da6cccc9d30188dde1eabd0e22c26a46ef61.tar.bz2
eselect-d741da6cccc9d30188dde1eabd0e22c26a46ef61.zip
Fix call for ec_do_list_* in ec_do_help.
svn path=/trunk/; revision=693
Diffstat (limited to 'bin')
-rwxr-xr-xbin/eselect.in4
1 files changed, 2 insertions, 2 deletions
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