]> git.donarmstrong.com Git - bin.git/commitdiff
support mode being set
authorDon Armstrong <don@donarmstrong.com>
Sat, 27 Sep 2014 18:57:43 +0000 (11:57 -0700)
committerDon Armstrong <don@donarmstrong.com>
Sat, 27 Sep 2014 18:57:43 +0000 (11:57 -0700)
scan_stuff

index 484ea31e3e7e0298e09f1686cb475147d1194790..3b913aeb340fc943f7cca1b09555c09ac6b0ddcc 100755 (executable)
@@ -62,6 +62,7 @@ my %options = (device          => 'fujitsu',
 GetOptions(\%options,
            'duplex!',
            'simplex!',
+           'mode=s',
            'debug|d+','help|h|?','man|m');
 
 pod2usage() if $options{help};