update description of autojump command

This closes #570
pull/572/head
Daniel Nicolai 5 years ago committed by GitHub
parent 06e082c918
commit 7eacda6fd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -95,7 +95,7 @@ def set_defaults():
def parse_arguments(): def parse_arguments():
parser = ArgumentParser( parser = ArgumentParser(
description='Automatically jump to directory passed as an argument.', description='Print first matching directory passed as an argument to stdout.',
epilog='Please see autojump(1) man pages for full documentation.', epilog='Please see autojump(1) man pages for full documentation.',
) )
parser.add_argument( parser.add_argument(

Loading…
Cancel
Save