diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2002-09-06 16:58:16 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2002-09-06 16:58:16 +0000 |
commit | 57e3018fdf17c4ef475948c5e2a829db4c37e198 (patch) | |
tree | 8b5993b4c96d5ef311c9f1b4f987e5012e6e2d00 | |
parent | a5662915b777cb10fccaf49c80c5b5acb4b1b3d5 (diff) | |
download | drakx-57e3018fdf17c4ef475948c5e2a829db4c37e198.tar drakx-57e3018fdf17c4ef475948c5e2a829db4c37e198.tar.gz drakx-57e3018fdf17c4ef475948c5e2a829db4c37e198.tar.bz2 drakx-57e3018fdf17c4ef475948c5e2a829db4c37e198.tar.xz drakx-57e3018fdf17c4ef475948c5e2a829db4c37e198.zip |
- document --test
- mark usage as translatable
-rwxr-xr-x | perl-install/standalone/harddrake2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2 index a306a4fe4..986e9d270 100755 --- a/perl-install/standalone/harddrake2 +++ b/perl-install/standalone/harddrake2 @@ -5,7 +5,7 @@ use standalone; use harddrake::ui; if ("@ARGV" =~ /--help|-h/) { - print "Harddrake 2\n", $harddrake::ui::license, "\nUsage: harddrake [-h|--help]\n"; + print "Harddrake 2\n", $harddrake::ui::license, _("\nUsage: harddrake [-h|--help] [--test]\n"); exit; } $::isStandalone=1; |