diff --git a/apachetomcatscanner/__main__.py b/apachetomcatscanner/__main__.py index 861bab3..a3c7adf 100755 --- a/apachetomcatscanner/__main__.py +++ b/apachetomcatscanner/__main__.py @@ -108,8 +108,8 @@ def parseArgs(): parser.add_argument("-T", "--threads", default=8, type=int, help='Number of threads (default: 5)') parser.add_argument("-s", "--servers_only", default=False, action="store_true", help='If querying ActiveDirectory, only get servers and not all computer objects. (default: False)') - parser.add_argument("--only-http", default=False, action="store_true", help='Scan only with HTTPs scheme. (default: False, scanning with both HTTP and HTTPs)') - parser.add_argument("--only-https", default=False, action="store_true", help='Scan only with HTTP scheme. (default: False, scanning with both HTTP and HTTPs)') + parser.add_argument("--only-http", default=False, action="store_true", help='Scan only with HTTP scheme. (default: False, scanning with both HTTP and HTTPs)') + parser.add_argument("--only-https", default=False, action="store_true", help='Scan only with HTTPs scheme. (default: False, scanning with both HTTP and HTTPs)') parser.add_argument("--no-check-certificate", default=False, action="store_true", help='Do not check certificate. (default: False)') parser.add_argument("--xlsx", default=None, type=str, help='Export results to XLSX')