summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--urpme2
1 files changed, 1 insertions, 1 deletions
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] <packages...>\n";
+/-h/ || @ARGV == 0 and die "usage: urpme [-a] [--auto] <packages...>\n";
$matches = /-a/;
$auto = /-auto/;