mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-24 18:07:01 +00:00
...
This commit is contained in:
parent
ad1109b6fe
commit
646a349d82
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue