diff options
Diffstat (limited to 't/15-usage.t')
-rwxr-xr-x | t/15-usage.t | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/t/15-usage.t b/t/15-usage.t index 4a9b61c..f14ef84 100755 --- a/t/15-usage.t +++ b/t/15-usage.t @@ -50,9 +50,12 @@ my $sboconfig = <<'SBOCONFIG'; Usage: sboconfig [options] [arguments] Options: - -h: this screen. - -v: version information. - -l: show current options. + -h|--help: + this screen. + -v|--version: + version information. + -l|--list: + show current options. Config options (defaults shown): -c|--clean FALSE: @@ -127,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): |