From 81e111d03cca400b44c8e7c23f1a5856a68dd5c9 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Mon, 13 Feb 2006 09:12:01 +0000 Subject: If called without arguments, make urpmi.recover print usage --- urpmi.recover | 1 + 1 file changed, 1 insertion(+) (limited to 'urpmi.recover') diff --git a/urpmi.recover b/urpmi.recover index 70e4adec..52ccaab3 100644 --- a/urpmi.recover +++ b/urpmi.recover @@ -56,6 +56,7 @@ sub date_to_tid { #- option parsing +@ARGV or usage(); my $command_line = "@ARGV"; #- for logging urpm::args::parse_cmdline() or exit(1); -- cgit v1.2.1