1
0
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:
Jared Hess 2015-12-30 03:15:34 -08:00
parent 9aeee1b9b6
commit 531a873382

View File

@ -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,