summaryrefslogtreecommitdiffstats
path: root/mgaupdate
diff options
context:
space:
mode:
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.