diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-09-01 17:08:07 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-09-01 17:08:07 +0000 |
commit | 14c94292388f2d1d61165e6fe999a7e508859e5a (patch) | |
tree | ad00f5217bf0659784ffd28fdfde81212dfca086 /urpmi.recover | |
parent | aec086fafb83acedeff96b72403a82e1dccd6588 (diff) | |
download | urpmi-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 'urpmi.recover')
-rw-r--r-- | urpmi.recover | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/urpmi.recover b/urpmi.recover index dc7e4dae..756754a0 100644 --- a/urpmi.recover +++ b/urpmi.recover @@ -25,14 +25,8 @@ our $rollback; our $disable; sub usage () { - print N("urpmi.recover 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", "2006-2010", "Mandriva") - ) . N(" --help - print this help message. + print urpm::args::copyright('urpmi.recover', [ '2006-2010', 'Mandriva' ]) + . N(" --help - print this help message. ") . N(" --checkpoint - set repackaging start now ") . N(" --noclean - don't clean repackage directory on checkpoint ") . N(" --urpmi-root - use another root for urpmi db & rpm installation. |