From 7482ad259cf3e1af17b3254fbf54122136ed8c70 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 9 Aug 2001 09:20:33 +0000 Subject: fix usage --- urpme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urpme b/urpme index 80e22ae7..6cda84e9 100644 --- a/urpme +++ b/urpme @@ -18,7 +18,7 @@ local $_ = join '', @ARGV; -/-h/ || @ARGV == 0 and die "usage: rpme [-a] [--auto] \n"; +/-h/ || @ARGV == 0 and die "usage: urpme [-a] [--auto] \n"; $matches = /-a/; $auto = /-auto/; -- cgit v1.2.1