summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2005-04-21 15:25:29 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2005-04-21 15:25:29 +0000
commitb6e6dfe3bb5ca1480b60d1bd6710dbf2298d00ab (patch)
tree552c5c64693a3b846fe63ff00fe767a355b60462 /perl-install/standalone.pm
parenta2c392a9ab83bb9031fb11f99f0101f1f2d9f140 (diff)
downloaddrakx-b6e6dfe3bb5ca1480b60d1bd6710dbf2298d00ab.tar
drakx-b6e6dfe3bb5ca1480b60d1bd6710dbf2298d00ab.tar.gz
drakx-b6e6dfe3bb5ca1480b60d1bd6710dbf2298d00ab.tar.bz2
drakx-b6e6dfe3bb5ca1480b60d1bd6710dbf2298d00ab.tar.xz
drakx-b6e6dfe3bb5ca1480b60d1bd6710dbf2298d00ab.zip
switch from MandrakeSoft to Mandriva
Diffstat (limited to 'perl-install/standalone.pm')
-rw-r--r--perl-install/standalone.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/standalone.pm b/perl-install/standalone.pm
index 64734b0d1..dc7380a31 100644
--- a/perl-install/standalone.pm
+++ b/perl-install/standalone.pm
@@ -82,7 +82,7 @@ OPTIONS:
'draksec' => "[--debug]
--debug: print debugging information",
'drakTermServ' => N_("[OPTIONS]...
-Mandrakelinux Terminal Server Configurator
+Mandrivalinux Terminal Server Configurator
--enable : enable MTS
--disable : disable MTS
--start : start MTS
@@ -106,7 +106,7 @@ Network & Internet connection and monitoring application
--quiet : do not be interactive. To be used with (dis)connect."),
'printerdrake' => N_(" [--skiptest] [--cups] [--lprng] [--lpd] [--pdq]"),
'rpmdrake' => N_("[OPTION]...
- --no-confirmation do not ask first confirmation question in MandrakeUpdate mode
+ --no-confirmation do not ask first confirmation question in Mandriva Update mode
--no-verify-rpm do not verify packages signatures
--changelog-first display changelog before filelist in the description window
--merge-all-rpmnew propose to merge all .rpmnew/.rpmsave files found"),
@@ -116,7 +116,7 @@ Network & Internet connection and monitoring application
XFdrake resolution"),
);
-$usages{$_} = $usages{rpmdrake} foreach qw(rpmdrake-remove MandrakeUpdate);
+$usages{$_} = $usages{rpmdrake} foreach qw(rpmdrake-remove Mandriva Update);
$usages{Xdrakres} = $usages{XFdrake};