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

update doc bumping min Python version to 2.7

This commit is contained in:
William Ting
2013-12-30 15:41:32 -06:00
parent 0c50e8b94c
commit 78c6884895
2 changed files with 2 additions and 2 deletions

View File

@@ -117,7 +117,7 @@ def parse_arguments():
'-s', '--stat', action="store_true", default=False,
help='show database entries and their key weights')
parser.add_argument(
'-v', '--version', action="version", version="%(prog)s " +
'-v', '--version', action="version", version="%(prog)s v" +
VERSION, help='show version information')
return parser.parse_args()