From f3180b73a031013397878ea7fcb63d85baea8d98 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Sun, 19 Jul 2020 07:54:06 +0200 Subject: [PATCH] fixed typo bowser --> browser --- sherlock/sherlock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sherlock/sherlock.py b/sherlock/sherlock.py index 37c0fd8..902d892 100644 --- a/sherlock/sherlock.py +++ b/sherlock/sherlock.py @@ -492,7 +492,7 @@ def main(): ) parser.add_argument("--browse", "-b", action="store_true", dest="browse", default=False, - help="Browse to all results on default bowser.") + help="Browse to all results on default browser.") args = parser.parse_args()