summaryrefslogtreecommitdiffstats
path: root/perl-install/modparm.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/modparm.pm')
-rw-r--r--perl-install/modparm.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/modparm.pm b/perl-install/modparm.pm
index 1e9524572..68ded7851 100644
--- a/perl-install/modparm.pm
+++ b/perl-install/modparm.pm
@@ -52,8 +52,8 @@ sub parameters {
($is_a_number ? _("%d comma separated numbers", $min) : _("%d comma separated strings", $min)) :
$min == 1 ?
($is_a_number ? _("comma separated numbers") : _("comma separated strings")) :
- ''; #- to weird and buggy, do not display it
- push @parameters, [ $format ? "$name ($format)" : $name, $description, $min, $max, $is_a_number ];
+ ''; #- too weird and buggy, do not display it
+ push @parameters, [ $name, $format, $description, $min, $max, $is_a_number ];
}
@parameters;
}