summaryrefslogtreecommitdiffstats
path: root/urpmq
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-09-01 17:08:07 +0000
committerThierry Vignaud <tv@mageia.org>2012-09-01 17:08:07 +0000
commit14c94292388f2d1d61165e6fe999a7e508859e5a (patch)
treead00f5217bf0659784ffd28fdfde81212dfca086 /urpmq
parentaec086fafb83acedeff96b72403a82e1dccd6588 (diff)
downloadurpmi-14c94292388f2d1d61165e6fe999a7e508859e5a.tar
urpmi-14c94292388f2d1d61165e6fe999a7e508859e5a.tar.gz
urpmi-14c94292388f2d1d61165e6fe999a7e508859e5a.tar.bz2
urpmi-14c94292388f2d1d61165e6fe999a7e508859e5a.tar.xz
urpmi-14c94292388f2d1d61165e6fe999a7e508859e5a.zip
(copyright) factorize a translated string
Diffstat (limited to 'urpmq')
-rwxr-xr-xurpmq11
1 files changed, 2 insertions, 9 deletions
diff --git a/urpmq b/urpmq
index e6bb1083..12364bb5 100755
--- a/urpmq
+++ b/urpmq
@@ -37,15 +37,8 @@ our @names;
our @src_names;
sub usage() {
- print N("urpmq version %s
-%s
-This is free software and may be redistributed under the terms of the GNU GPL.
-
-usage:
-", $urpm::VERSION,
- N("Copyright (C) %s by %s", '2000-2010', 'Mandriva') .
- N("Copyright (C) %s by %s", '2012', 'Mandriva')
- ) . N(" --help - print this help message.
+ print urpm::args::copyright('urpmq', $urpm::VERSION, [ '2000-2010', 'Mandriva' ], [ '2012', 'Mageia' ])
+ . N(" --help - print this help message.
") . N(" --update - use only update media.
") . N(" --media - use only the given media, separated by comma.
") . N(" --searchmedia - use only the given media to search requested (or updated) packages.