diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-09-29 05:12:10 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-09-29 05:12:10 +0000 |
commit | df40e0fd143380b4c895d776673239fa928be1c9 (patch) | |
tree | 1ef84d785bde3049524ff1c16a0cfa878b014ae2 /perl-install/standalone.pm | |
parent | 11c5ac20770a7c6f1e95b1fd32f4df05ffc17fe5 (diff) | |
download | drakx-df40e0fd143380b4c895d776673239fa928be1c9.tar drakx-df40e0fd143380b4c895d776673239fa928be1c9.tar.gz drakx-df40e0fd143380b4c895d776673239fa928be1c9.tar.bz2 drakx-df40e0fd143380b4c895d776673239fa928be1c9.tar.xz drakx-df40e0fd143380b4c895d776673239fa928be1c9.zip |
(version) print translated usage message (#5657)
Diffstat (limited to 'perl-install/standalone.pm')
-rw-r--r-- | perl-install/standalone.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/standalone.pm b/perl-install/standalone.pm index bdbd16ac5..4a3cb0c0a 100644 --- a/perl-install/standalone.pm +++ b/perl-install/standalone.pm @@ -130,7 +130,8 @@ foreach (@ARGV) { $i++; if (/^-(-help|h)$/) { version(); - print N("\nUsage: %s [--auto] [--beginner] [--expert] [-h|--help] [--noauto] [--testing] [-v|--version] ", $progname), if_($usages{$progname}, $usages{$progname}), "\n"; + print N("\nUsage: %s [--auto] [--beginner] [--expert] [-h|--help] [--noauto] [--testing] [-v|--version] ", $progname), + if_($usages{$progname}, common::translate($usages{$progname})), "\n"; # print N("\nUsage: "), $::usage, "\n" if $::usage; exit(0); } elsif (/^-(-version|v)$/) { |