From 2df26c9bfeda31f42ea41650f967cb91ec0dca3b Mon Sep 17 00:00:00 2001 From: Jacob Pipkin Date: Wed, 23 May 2012 18:19:35 -0500 Subject: cleanup --- sbosnap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbosnap') 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}; -- cgit v1.2.3