Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
afonsoc12 committed Feb 28, 2022
1 parent 03c01c9 commit eb8b27f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firefly_cli/parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def get_add_parser():
s, "%Y-%m-%dT%H:%M:%S"
).astimezone()

add_parser = Cmd2ArgumentParser()
add_parser = Cmd2ArgumentParser(description='Adds a new transaction to FireflyIII.', usage='add [comma-separated arguments] [-h] [--optional-arguments]')

# Positional arguments
add_parser.add_argument("transaction", nargs="*", help="Transaction data.")
Expand Down

0 comments on commit eb8b27f

Please sign in to comment.