diff options
| -rwxr-xr-x | dir-to-movie.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dir-to-movie.pl b/dir-to-movie.pl index e9e779c..c566787 100755 --- a/dir-to-movie.pl +++ b/dir-to-movie.pl @@ -12,7 +12,7 @@ my $endpoint = undef; GetOptions ( "tag" => \$tag, "module" => \$module, - "endpoint" => \$endpoint, + "endpoint" => \$endpoint ) or die("Error in command line arguments\n"); |
