summaryrefslogtreecommitdiffstats
path: root/urpme
diff options
context:
space:
mode:
Diffstat (limited to 'urpme')
-rw-r--r--urpme4
1 files changed, 2 insertions, 2 deletions
diff --git a/urpme b/urpme
index 1a80f9ab..4996505e 100644
--- a/urpme
+++ b/urpme
@@ -33,7 +33,7 @@ my $noexpr = N("Nn");
# Translator: Add here the keys which might be pressed in the "Yes"-case.
my $yesexpr = N("Yy");
-sub usage {
+sub usage() {
print N("urpme version %s
Copyright (C) 1999-2006 Mandriva.
This is free software and may be redistributed under the terms of the GNU GPL.
@@ -55,7 +55,7 @@ usage:
exit(0);
}
-@ARGV or usage;
+@ARGV or usage();
my @origARGV = @ARGV;
urpm::args::parse_cmdline() or exit(1);
@l = @ARGV;