From 96886ba46fd76bca26458fb0bf16c59dbf83821b Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Tue, 4 Oct 2022 09:54:55 +0200 Subject: [PATCH] removed mentioning that default value for NSFW is false --- sherlock/sherlock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sherlock/sherlock.py b/sherlock/sherlock.py index 57a74a8f..ea65b4b1 100644 --- a/sherlock/sherlock.py +++ b/sherlock/sherlock.py @@ -563,7 +563,7 @@ def main(): parser.add_argument("--nsfw", action="store_true", default=False, - help="Include checking of NSFW sites from default list. Default False") + help="Include checking of NSFW sites from default list.") args = parser.parse_args()