aboutsummaryrefslogtreecommitdiff
path: root/sbosnap
diff options
context:
space:
mode:
authorJacob Pipkin <d4wnr4z0r@yahoo.com>2012-05-23 18:19:35 -0500
committerJacob Pipkin <d4wnr4z0r@yahoo.com>2012-05-23 18:19:35 -0500
commit2df26c9bfeda31f42ea41650f967cb91ec0dca3b (patch)
treec8d14bd64e08ab2066f6ede49f912e8c55861b41 /sbosnap
parentc0f9ff8ef0306784146733eb6f09012709e6e4df (diff)
downloadsbotools2-2df26c9bfeda31f42ea41650f967cb91ec0dca3b.tar.xz
cleanup
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};