diff options
Diffstat (limited to 'urpmf')
-rwxr-xr-x | urpmf | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -27,12 +27,14 @@ use urpm::media; sub usage() { print N("urpmf version %s -Copyright (C) 2002-2010 Mandriva. -Copyright (C) 2012 Mageia. +%s This is free software and may be redistributed under the terms of the GNU GPL. usage: urpmf [options] pattern-expression -", $urpm::VERSION) +", $urpm::VERSION, + N("Copyright (C) %s by %s", "2002-2010", "Mandriva") . + N("Copyright (C) %s by %s", "2012", "Mageia") + ) . N(" --help - print this help message. ") . N(" --version - print this tool's version number. ") . N(" --env - use specific environment (typically a bug report). |