mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
Merge branch 'multi-dir-add' of github.com:jared-hess/autojump into multi-dir-add
This commit is contained in:
commit
78b5e8d25b
@ -102,7 +102,7 @@ def parse_arguments():
|
||||
help='directory to jump to')
|
||||
parser.add_argument(
|
||||
'-a', '--add', metavar='DIRECTORY', nargs='+',
|
||||
help='add path')
|
||||
help='add paths')
|
||||
parser.add_argument(
|
||||
'-i', '--increase', metavar='WEIGHT', nargs='?', type=int,
|
||||
const=10, default=False,
|
||||
|
Loading…
Reference in New Issue
Block a user