aboutsummaryrefslogtreecommitdiff
path: root/sbosnap
diff options
context:
space:
mode:
Diffstat (limited to 'sbosnap')
-rwxr-xr-xsbosnap2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbosnap b/sbosnap
index daa165c..2a9052b 100755
--- a/sbosnap
+++ b/sbosnap
@@ -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) {