diff options
Diffstat (limited to 'products/sample')
-rw-r--r-- | products/sample/src/main/resources/open-cli-schema/hello-world-http.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/products/sample/src/main/resources/open-cli-schema/hello-world-http.yaml b/products/sample/src/main/resources/open-cli-schema/hello-world-http.yaml index 8cad8668..a9848e7f 100644 --- a/products/sample/src/main/resources/open-cli-schema/hello-world-http.yaml +++ b/products/sample/src/main/resources/open-cli-schema/hello-world-http.yaml @@ -8,7 +8,7 @@ description: | Try to add new commands to display different weather details by exploring this site. Sample usage: - oclip --product tutorial weather-report --host-url http://api.openweathermap.org --zip-code 637301 --country-code in + oclip --product tutorial weather-report --host-url https://api.openweathermap.org --zip-code 637301 --country-code in info: product: tutorial |