From 71e34abae45dc4bf32bda9fcfd81daa25e18183b Mon Sep 17 00:00:00 2001 From: Clinton Wolfe Date: Tue, 7 Jan 2020 21:02:16 -0800 Subject: [PATCH] Clarify usage message for --airgap option Signed-off-by: Clinton Wolfe --- lib/inspec/cli.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/inspec/cli.rb b/lib/inspec/cli.rb index 20154da89..ec474a912 100644 --- a/lib/inspec/cli.rb +++ b/lib/inspec/cli.rb @@ -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)