summaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
authorEricSharkey <eric@lisaneric.org>2017-05-21 16:09:42 -0400
committerWill Estes <westes575@gmail.com>2017-07-03 09:41:42 -0400
commitc55bf919ccad3e0eff30da09c3d3e9f81cc123ad (patch)
tree02dbe606f63abd261fb3ec5e48160bd5dc673309 /src/options.h
parent8bd14f13878e8b36e84c57561b86a863e3a1093c (diff)
scanner: add optionn to specify backup filename.
In a directory containing multiple scanners, we want to allow specifying the name of the backup file else the backup files will be overwritten.
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h
index 5016680..acee275 100644
--- a/src/options.h
+++ b/src/options.h
@@ -46,6 +46,7 @@ enum flexopt_flag_t {
OPT_ALWAYS_INTERACTIVE,
OPT_ARRAY,
OPT_BACKUP,
+ OPT_BACKUP_FILE,
OPT_BATCH,
OPT_BISON_BRIDGE,
OPT_BISON_BRIDGE_LOCATIONS,