Doc review changes

Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
This commit is contained in:
Nikita Mathur 2021-12-03 17:59:55 +05:30
parent 8f06362cab
commit 5203e114e6
2 changed files with 3 additions and 3 deletions

View file

@ -208,7 +208,7 @@ Chef Supermarket:
``` ruby
inspec exec supermarket://username/linux-baseline
inspec exec supermarket://username/linux-baseline --supermarket_url="https://myprivatesupermarket.mydomain.com"
inspec exec supermarket://username/linux-baseline --supermarket_url="https://privatesupermarket.example.com"
```
Local profile (executes all tests in `controls/`):
@ -572,7 +572,7 @@ inspec supermarket SUBCOMMAND ...
This subcommand has additional options:
* ``--supermarket_url``
Specify private supermarket url to run supermarket commands on private supermarket.
Specify the URL of a private Chef Supermarket.
## vendor

View file

@ -137,7 +137,7 @@ module Inspec
def self.supermarket_options
option :supermarket_url, type: :string,
desc: "Specify private supermarket url to run supermarket commands on private supermarket"
desc: "Specify the URL of a private Chef Supermarket."
end
def self.exec_options