mirror of
https://github.com/inspec/inspec
synced 2024-12-18 00:53:22 +00:00
Clarify usage message for --airgap option
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
a11c41283c
commit
71e34abae4
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ class Inspec::InspecCLI < Inspec::BaseCLI
|
||||||
option :overwrite, type: :boolean, default: false,
|
option :overwrite, type: :boolean, default: false,
|
||||||
desc: "Overwrite existing archive."
|
desc: "Overwrite existing archive."
|
||||||
option :airgap, type: :string, default: false, banner: "", # Actually a boolean, but this suppresses the creation of a --no-airgap...
|
option :airgap, type: :string, default: false, banner: "", # Actually a boolean, but this suppresses the creation of a --no-airgap...
|
||||||
desc: "Prefer using existing local archives to fetching profiles."
|
desc: "Fallback to using local archives if fetching fails."
|
||||||
option :ignore_errors, type: :boolean, default: false,
|
option :ignore_errors, type: :boolean, default: false,
|
||||||
desc: "Ignore profile warnings."
|
desc: "Ignore profile warnings."
|
||||||
def archive(path)
|
def archive(path)
|
||||||
|
|
Loading…
Reference in a new issue