diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-09-27 11:49:09 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-09-27 11:49:09 +0000 |
commit | c8ad28038c099c4697e07ce59f182bf1f24fb85a (patch) | |
tree | 9f869f4f06f1fed576bb8034625d721260144956 /mgaupdate | |
parent | 2c9b84b3c556ca0e5469332c4dc591986033a499 (diff) | |
download | mgaonline-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-x | mgaupdate | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. |