fixed typo bowser --> browser

pull/672/head
Siddharth Dushantha 4 years ago committed by GitHub
parent 9fec3636d4
commit f3180b73a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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()

Loading…
Cancel
Save