diff options
-rw-r--r-- | NEWS | 3 | ||||
-rwxr-xr-x | urpmf | 1 |
2 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,6 @@ +- urpmf + o display "usage" when no <pattern-expression> is given (#32658) + Version 4.10.5 - 14 August 2007, by Pascal "Pixel" Rigaux - urpmi @@ -108,6 +108,7 @@ our %uniq; #- parse arguments list. my $urpm = new urpm; urpm::args::parse_cmdline(urpm => $urpm) or exit(1); +defined $expr or usage(); if ($qf eq '%default') { #- nothing on the command-line : default is to search on file names |