diff options
Diffstat (limited to 'urpmi.recover')
-rw-r--r-- | urpmi.recover | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/urpmi.recover b/urpmi.recover index 8f806838..dc7e4dae 100644 --- a/urpmi.recover +++ b/urpmi.recover @@ -26,11 +26,13 @@ our $disable; sub usage () { print N("urpmi.recover version %s -Copyright (C) 2006-2010 Mandriva. +%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", "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. |