summaryrefslogtreecommitdiffstats
path: root/urpme
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2002-10-25 07:58:56 +0000
committerFrancois Pons <fpons@mandriva.com>2002-10-25 07:58:56 +0000
commit9b0551b8268d4c755d6090f18665ff97036abf44 (patch)
tree7cb6c11e15d12457e42b513a6dce1c40cab7f7e4 /urpme
parent8621a2d4e8b5f15dfc8cf87182899f83702c6275 (diff)
downloadurpmi-9b0551b8268d4c755d6090f18665ff97036abf44.tar
urpmi-9b0551b8268d4c755d6090f18665ff97036abf44.tar.gz
urpmi-9b0551b8268d4c755d6090f18665ff97036abf44.tar.bz2
urpmi-9b0551b8268d4c755d6090f18665ff97036abf44.tar.xz
urpmi-9b0551b8268d4c755d6090f18665ff97036abf44.zip
4.0-22mdk
Diffstat (limited to 'urpme')
-rw-r--r--urpme10
1 files changed, 9 insertions, 1 deletions
diff --git a/urpme b/urpme
index 3b7a916b..b175b9bc 100644
--- a/urpme
+++ b/urpme
@@ -39,7 +39,15 @@ my $yesexpr = _("Yy");
local $_ = ' ' . join(' ', @ARGV) . ' ';
if ( / --?h/ || @ARGV == 0 ) {
- print STDERR _("usage: urpme [-a] [--auto] <packages...>\n");
+ print STDERR _("urpme version %s
+Copyright (C) 1999, 2000, 2001, 2002 MandrakeSoft.
+This is free software and may be redistributed under the terms of the GNU GPL.
+
+usage:
+", $urpm::VERSION) . _(" --help - print this help message.
+") . _(" --auto - automatically select a package in choices.
+") . _(" -a - select all packages matching expression.
+");
exit(0);
}