From eca56e03ce753573dd354d347a17d039a3f845c5 Mon Sep 17 00:00:00 2001
From: Don Armstrong <don@donarmstrong.com>
Date: Sat, 27 Sep 2014 11:57:43 -0700
Subject: [PATCH] support mode being set

---
 scan_stuff | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scan_stuff b/scan_stuff
index 484ea31..3b913ae 100755
--- a/scan_stuff
+++ b/scan_stuff
@@ -62,6 +62,7 @@ my %options = (device          => 'fujitsu',
 GetOptions(\%options,
            'duplex!',
            'simplex!',
+           'mode=s',
            'debug|d+','help|h|?','man|m');
 
 pod2usage() if $options{help};
-- 
2.39.5