From 0487882077e8220f1b9ec834f194e5ce50139522 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Wed, 14 Jun 2017 15:58:51 +0200 Subject: [PATCH] Updated Man page (markdown) --- Man-page.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Man-page.md b/Man-page.md index 54eb987..034ee5d 100644 --- a/Man-page.md +++ b/Man-page.md @@ -10,9 +10,9 @@ testssl.sh [OPTIONS]... [FILE|URI]... testssl.sh is a free command line tool which checks a server's service on any port for the support of TLS/SSL ciphers, protocols as well as recent cryptographic flaws and much more. -All options requiring a value can be called with or without '=' e.g. ``testssl.sh -t=smtp --wide --openssl=/usr/bin/openssl ``. +Options are either short or long options. All options requiring a value can be called with or without '=' e.g. ``testssl.sh -t=smtp --wide --openssl=/usr/bin/openssl `` is equivalent to ``testssl.sh --starttls smtp --wide --openssl /usr/bin/openssl ``. Some options can also be preset via ENV variables. ``WIDE=true OPENSSL=/usr/bin/openssl testssl.sh --starttls smtp `` would be the equivalent to the aforementioned examples. Preference has the command line over ENV. - or needs always to be the last parameter. +\ or \ needs always to be the last parameter. ##### BANNER OPTIONS