mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
Fix flake8 errors.
This commit is contained in:
parent
5538cf70f3
commit
3c658dc64f
@ -94,8 +94,7 @@ def set_defaults():
|
||||
|
||||
def parse_arguments():
|
||||
parser = ArgumentParser(
|
||||
description='Automatically jump to directory passed as an \
|
||||
argument.',
|
||||
description='Automatically jump to directory passed as an argument.',
|
||||
epilog="Please see autojump(1) man pages for full documentation.")
|
||||
parser.add_argument(
|
||||
'directory', metavar='DIRECTORY', nargs='*', default='',
|
||||
|
Loading…
Reference in New Issue
Block a user