Clarify usage message for --airgap option

Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
Clinton Wolfe 2020-01-07 21:02:16 -08:00
parent a11c41283c
commit 71e34abae4

View file

@ -174,7 +174,7 @@ class Inspec::InspecCLI < Inspec::BaseCLI
option :overwrite, type: :boolean, default: false,
desc: "Overwrite existing archive."
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,
desc: "Ignore profile warnings."
def archive(path)