From 8e9593407991a0c66c0a89917cb9cbf02c84b2d0 Mon Sep 17 00:00:00 2001 From: pyghost <66232300+pyghost@users.noreply.github.com> Date: Sat, 22 Aug 2020 02:03:11 +0930 Subject: [PATCH] Update sherlock.py --- sherlock/sherlock.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sherlock/sherlock.py b/sherlock/sherlock.py index 63960933..58902c49 100644 --- a/sherlock/sherlock.py +++ b/sherlock/sherlock.py @@ -492,8 +492,8 @@ def main(): help="Browse to all results on default browser.") parser.add_argument("--local", "-l", - action="store_true", default=None, - help="Forces the use of the local data.json file.") + action="store_true", default=False, + help="Force the use of the local data.json file.") args = parser.parse_args()