mirror of
https://github.com/inspec/inspec
synced 2024-12-18 00:53:22 +00:00
Adjust usage message for --airgap option
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
3e3398ff29
commit
9bf8f2f4cd
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ class Inspec::InspecCLI < Inspec::BaseCLI
|
|||
desc: "Generates a tar.gz archive."
|
||||
option :overwrite, type: :boolean, default: false,
|
||||
desc: "Overwrite existing archive."
|
||||
option :airgap, type: :boolean, default: false,
|
||||
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."
|
||||
option :ignore_errors, type: :boolean, default: false,
|
||||
desc: "Ignore profile warnings."
|
||||
|
|
Loading…
Reference in a new issue