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 ccd7ba9..4b947c8 100755
--- a/sbosnap
+++ b/sbosnap
@@ -41,7 +41,7 @@ EOF
show_usage () and exit (1) unless exists $ARGV[0];
my %options;
-getopts ('hv',\%options);
+getopts ('hv', \%options);
show_usage () and exit (0) if exists $options{h};
show_version () and exit (0) if exists $options{v};