From c55bf919ccad3e0eff30da09c3d3e9f81cc123ad Mon Sep 17 00:00:00 2001 From: EricSharkey Date: Sun, 21 May 2017 16:09:42 -0400 Subject: 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. --- src/options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/options.h') 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, -- cgit v1.2.3