X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=bin%2Fblhc;h=835e9e04e344cea2d96ffe44f5a4fc032343eb83;hp=0fbf4c9a2de11c12192b184cdb749a2e36152c25;hb=c2dd74aada8d92258b14727c057e5d02a4c8c7a4;hpb=e9f80391175f1cdaba372f2c8fad2f861e9daaeb diff --git a/bin/blhc b/bin/blhc index 0fbf4c9..835e9e0 100755 --- a/bin/blhc +++ b/bin/blhc @@ -441,7 +441,8 @@ if (not Getopt::Long::GetOptions( 'color' => \$option_color, 'arch=s' => \$option_arch, 'buildd' => \$option_buildd, - )) { + ) + or scalar @ARGV == 0) { require Pod::Usage; Pod::Usage::pod2usage(2); }