diff options
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. |