summaryrefslogtreecommitdiffstats
path: root/mgaupdate
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-09-27 11:49:09 +0000
committerThierry Vignaud <tv@mageia.org>2012-09-27 11:49:09 +0000
commitc8ad28038c099c4697e07ce59f182bf1f24fb85a (patch)
tree9f869f4f06f1fed576bb8034625d721260144956 /mgaupdate
parent2c9b84b3c556ca0e5469332c4dc591986033a499 (diff)
downloadmgaonline-c8ad28038c099c4697e07ce59f182bf1f24fb85a.tar
mgaonline-c8ad28038c099c4697e07ce59f182bf1f24fb85a.tar.gz
mgaonline-c8ad28038c099c4697e07ce59f182bf1f24fb85a.tar.bz2
mgaonline-c8ad28038c099c4697e07ce59f182bf1f24fb85a.tar.xz
mgaonline-c8ad28038c099c4697e07ce59f182bf1f24fb85a.zip
(usage) split 'copyright...' out of main string
(preparing for savin/restoring translations)
Diffstat (limited to 'mgaupdate')
-rwxr-xr-xmgaupdate6
1 files changed, 3 insertions, 3 deletions
diff --git a/mgaupdate b/mgaupdate
index 10e022c7..dd8e672f 100755
--- a/mgaupdate
+++ b/mgaupdate
@@ -58,12 +58,12 @@ mkdir_p($confdir) if !-d $confdir;
sub usage() {
print STDERR N("mgaupdate version %s
-Copyright (C) %s Mandriva.
-Copyright (C) %s Mageia.
+%s
This is free software and may be redistributed under the terms of the GNU GPL.
usage:
-", $CLIENT_VERSION, $YEARS, $MGA_YEARS) . N(" --help - print this help message.
+", $CLIENT_VERSION,
+N("Copyright (C) %s %s", $YEARS, 'Mandriva') . N("Copyright (C) %s %s", $MGA_YEARS, 'Mageia')) . N(" --help - print this help message.
") . N(" --auto - Mageia Update launched automatically.
") . N(" --mnf - launch mnf specific scripts.
") . N(" --noX - text mode version of Mageia Update.