1
0
mirror of https://github.com/wting/autojump synced 2026-03-02 03:49:26 +00:00

Update documentation, particularly how to prefer symbolic links or change

directory weights within the database.
This commit is contained in:
William Ting
2012-04-08 05:52:47 -10:00
parent efa8bbcf81
commit 2c2875f841
5 changed files with 87 additions and 31 deletions

View File

@@ -225,7 +225,7 @@ def shell_utility():
parser.add_argument('-a', '--add', metavar='DIR', type=unicode,
help='manually add path to database')
parser.add_argument('-b', '--bash', action="store_true", default=False,
help='')
help='enclose directory quotes to prevent errors')
parser.add_argument('--completion', action="store_true", default=False,
help='prevent key weight decay over time')
parser.add_argument('--stat', action="store_true", default=False,