summaryrefslogtreecommitdiffstats
path: root/urpmi
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-08-31 23:31:03 +0000
committerThierry Vignaud <tv@mageia.org>2012-08-31 23:31:03 +0000
commitb5be8bfc6330e6bf162a520ef12583c1f6904450 (patch)
tree7ef8c3b2a241c34eb6439a758127b9219354e68f /urpmi
parentd76aab988d5af06bab7e2ac4c43b5952cc2e377b (diff)
downloadurpmi-b5be8bfc6330e6bf162a520ef12583c1f6904450.tar
urpmi-b5be8bfc6330e6bf162a520ef12583c1f6904450.tar.gz
urpmi-b5be8bfc6330e6bf162a520ef12583c1f6904450.tar.bz2
urpmi-b5be8bfc6330e6bf162a520ef12583c1f6904450.tar.xz
urpmi-b5be8bfc6330e6bf162a520ef12583c1f6904450.zip
factorize Copyright string
rationale: - easier to maintain in the long term - help syncing translations
Diffstat (limited to 'urpmi')
-rwxr-xr-xurpmi8
1 files changed, 5 insertions, 3 deletions
diff --git a/urpmi b/urpmi
index 46516787..9fbbb013 100755
--- a/urpmi
+++ b/urpmi
@@ -64,12 +64,14 @@ $ENV{USER} ||= "root";
sub usage () {
print N("urpmi version %s
-Copyright (C) 1999-2010 Mandriva.
-Copyright (C) 2011-2012 Mageia.
+%s
This is free software and may be redistributed under the terms of the GNU GPL.
usage:
-", $urpm::VERSION) . N(" --help - print this help message.
+", $urpm::VERSION,
+ N("Copyright (C) %s by %s", "1999-2010", "Mandriva") .
+ N("Copyright (C) %s by %s", "2011-2012", "Mageia")
+ ) . N(" --help - print this help message.
") . N(" --media - use only the given media, separated by comma.
") . N(" --excludemedia - do not use the given media, separated by comma.
") . N(" --update - use only update media.