From 7fe0232fb4485ae2c3072fc30ee4e50def3f9686 Mon Sep 17 00:00:00 2001 From: Sven Gottwald <2502366+svengo@users.noreply.github.com> Date: Sat, 14 May 2022 16:04:44 +0200 Subject: [PATCH] Rename Mozilla configuration option in README.md Option --mozilla-config was renamed to --mozilla_config in 769653726e472b50a5382512a91f9be0baa73b33 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7e23dfe4..7fc2fb84 100644 --- a/README.md +++ b/README.md @@ -66,9 +66,9 @@ Checking results against Mozilla's "intermediate" configuration. See https://ssl mozilla.com:443: OK - Compliant. ``` -The Mozilla configuration to check against can be configured via `--mozilla-config={old, intermediate, modern}`: +The Mozilla configuration to check against can be configured via `--mozilla_config={old, intermediate, modern}`: ``` -$ python -m sslyze --mozilla-config=modern mozilla.com +$ python -m sslyze --mozilla_config=modern mozilla.com ``` ``` Checking results against Mozilla's "modern" configuration. See https://ssl-config.mozilla.org/ for more details.