mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-27 06:10:34 +00:00
fixed typo bowser --> browser
This commit is contained in:
parent
9fec3636d4
commit
f3180b73a0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue