This commit is contained in:
Kovid Goyal 2018-05-19 15:11:08 +05:30
parent ad1109b6fe
commit 646a349d82
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -335,7 +335,7 @@ The minimum number of characters to consider a match.
def parse_hints_args(args):
msg = 'Select text from the screen using the keyboard. Defaults to searching for URLs.'
return parse_args(args[1:], OPTIONS, '', msg, 'hints')
return parse_args(args, OPTIONS, '', msg, 'hints')
def main(args):