summaryrefslogtreecommitdiffstats
path: root/perl-install/services.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-08-14 21:52:42 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-08-14 21:52:42 +0000
commit4a0d2a318e1cfcbcc54ef373ea97bdd2af63d8e6 (patch)
treea488a3109b65d765712799c73ba7e4e012d2954d /perl-install/services.pm
parent76d7ccd56dc978a37b6068d5db45b47dbb80c8b9 (diff)
downloaddrakx-backup-do-not-use-4a0d2a318e1cfcbcc54ef373ea97bdd2af63d8e6.tar
drakx-backup-do-not-use-4a0d2a318e1cfcbcc54ef373ea97bdd2af63d8e6.tar.gz
drakx-backup-do-not-use-4a0d2a318e1cfcbcc54ef373ea97bdd2af63d8e6.tar.bz2
drakx-backup-do-not-use-4a0d2a318e1cfcbcc54ef373ea97bdd2af63d8e6.tar.xz
drakx-backup-do-not-use-4a0d2a318e1cfcbcc54ef373ea97bdd2af63d8e6.zip
cleanup (it was working, but wasn't nice)
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,
});