summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-09-06 16:58:16 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-09-06 16:58:16 +0000
commit57e3018fdf17c4ef475948c5e2a829db4c37e198 (patch)
tree8b5993b4c96d5ef311c9f1b4f987e5012e6e2d00
parenta5662915b777cb10fccaf49c80c5b5acb4b1b3d5 (diff)
downloaddrakx-backup-do-not-use-57e3018fdf17c4ef475948c5e2a829db4c37e198.tar
drakx-backup-do-not-use-57e3018fdf17c4ef475948c5e2a829db4c37e198.tar.gz
drakx-backup-do-not-use-57e3018fdf17c4ef475948c5e2a829db4c37e198.tar.bz2
drakx-backup-do-not-use-57e3018fdf17c4ef475948c5e2a829db4c37e198.tar.xz
drakx-backup-do-not-use-57e3018fdf17c4ef475948c5e2a829db4c37e198.zip
- document --test
- mark usage as translatable
-rwxr-xr-xperl-install/standalone/harddrake22
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;