Treat the hold targeter --retarget-interval command line option as an
option containing a string value (the interval) instead of a boolean.
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
'verbose' => \$verbose,
'target-all' => \$target_all,
'skip-viable' => \$skip_viable,
- 'retarget-interval' => \$retarget_interval,
+ 'retarget-interval=s' => \$retarget_interval,
'parallel-init-sleep=i' => \$parallel_init_sleep,
'help' => \$help
) || die "\nSee --help for more\n";