diff options
Diffstat (limited to 'sbosnap')
-rwxr-xr-x | sbosnap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ my $command; if ($ARGV[0] =~ /fetch|update/) { $command = $ARGV[0]; } else { - show_usage () and exit (1); + show_usage () and exit 1; } given ($command) { |