diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2017-03-25 16:27:28 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2017-03-25 16:27:28 +0100 |
commit | 9e1b8f5d50385852b76773e8693a4ea30ab21fd5 (patch) | |
tree | d0b1dec4eec4c54978b866dae5e81f080d4a0afd /t/15-usage.t | |
parent | 30143ebecda1e65dc72a5ff1f4e789762206b647 (diff) | |
download | sbotools2-9e1b8f5d50385852b76773e8693a4ea30ab21fd5.tar.xz |
sboinstall: add --reinstall commandline option.
This fixes #58.
Diffstat (limited to 't/15-usage.t')
-rwxr-xr-x | t/15-usage.t | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/15-usage.t b/t/15-usage.t index 0e5a02a..e790a49 100755 --- a/t/15-usage.t +++ b/t/15-usage.t @@ -130,6 +130,8 @@ Options (defaults shown first where applicable): non-interactive; skips README and all prompts. -R|--norequirements: view the README but do not parse requirements, commands, or options. + --reinstall: + Ask to reinstall any already-installed packages in the requirement list. --create-template (FILE): create a template with specified requirements, commands, and options. --use-template (FILE): |