fixed typo bowser --> browser
This commit is contained in:
parent
9fec3636d4
commit
f3180b73a0
|
|
@ -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 New Issue