better syntax (perl is nice!)
authorAleš Křenek <ljocha@ics.muni.cz>
Thu, 3 Nov 2005 09:23:09 +0000 (09:23 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Thu, 3 Nov 2005 09:23:09 +0000 (09:23 +0000)
org.glite.lb/project/get-release-tags

index 54cf3e8..5f976e2 100644 (file)
@@ -14,7 +14,7 @@ $Getopt::Std::STANDARD_HELP_VERSION = 1;
 getopts('r:t:s:');
 
 if (($opt_r && $opt_t) || (!$opt_r && !$opt_t) || !$opt_s) {
-       Getopt::Std::help_mess 'r:t:s:','main';
+       Getopt::Std::help_mess('r:t:s:','main');
        exit 1;
 }