Skip to content

Commit

Permalink
ofxget: correct --help for dtasof
Browse files Browse the repository at this point in the history
  • Loading branch information
csingley committed May 15, 2019
1 parent 5fb1be1 commit 1ae3eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ofxtools/scripts/ofxget.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def make_argparser() -> ArgumentParser:
)
stmt_group.add_argument(
"-a", "--asof", metavar="DATE", dest="dtasof",
help="(YYYYmmdd) As-of date for investment positions",
help="(YYYYmmdd) As-of date for balances and investment positions",
)
stmt_group.add_argument(
"--no-transactions",
Expand Down

0 comments on commit 1ae3eff

Please sign in to comment.