summaryrefslogtreecommitdiffstats
path: root/perl-install/services.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/services.pm')
-rw-r--r--perl-install/services.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/services.pm b/perl-install/services.pm
index d1d9ab783..61984bbfb 100644
--- a/perl-install/services.pm
+++ b/perl-install/services.pm
@@ -115,7 +115,7 @@ sub ask_install_simple {
_("Choose which services should be automatically started at boot time"),
{
list => $l,
- help => sub { description($_, $prefix) },
+ help => sub { description($_[0], $prefix) },
values => $on_services,
sort => 1,
});