diff options
Diffstat (limited to 'scripts/create-recipe')
-rwxr-xr-x | scripts/create-recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/create-recipe b/scripts/create-recipe index 5613e92cb9..b192990080 100755 --- a/scripts/create-recipe +++ b/scripts/create-recipe | |||
@@ -1794,7 +1794,7 @@ sub calculate_sums | |||
1794 | # Main program | 1794 | # Main program |
1795 | # | 1795 | # |
1796 | 1796 | ||
1797 | if ( @ARGV < 1 ) { | 1797 | if ( @ARGV < 1 || $ARGV[0] eq "--help" ) { |
1798 | print "Usage: $0 [-r] <url-of-source-tarballs>\n"; | 1798 | print "Usage: $0 [-r] <url-of-source-tarballs>\n"; |
1799 | exit(1); | 1799 | exit(1); |
1800 | } | 1800 | } |