From c8ad28038c099c4697e07ce59f182bf1f24fb85a Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 27 Sep 2012 11:49:09 +0000 Subject: (usage) split 'copyright...' out of main string (preparing for savin/restoring translations) --- mgaupdate | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mgaupdate') 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. -- cgit v1.2.1