Skip to content

Commit

Permalink
docs: edit
Browse files Browse the repository at this point in the history
  • Loading branch information
gcushen committed Sep 29, 2023
1 parent af11b95 commit 20d5f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion academic/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def parse_args(args):
# Initialise command parser.
version = importlib.metadata.version("academic")
parser = argparse.ArgumentParser(
description=f"Hugo Academic CLI v{version}\nhttps://github.com/wowchemy/bibtex-to-markdown",
description=f"Academic CLI v{version}\nhttps://github.com/wowchemy/bibtex-to-markdown",
formatter_class=RawTextHelpFormatter,
)
subparsers = parser.add_subparsers(help="Sub-commands", dest="command")
Expand Down

0 comments on commit 20d5f92

Please sign in to comment.