mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
Change help text to indicate support for adding multiple paths
This commit is contained in:
parent
9aeee1b9b6
commit
531a873382
@ -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