Changeset - e1edffda9a91
[Not reviewed]
0 1 0
Ben Sturmfels (bsturmfels) - 2 years ago 2022-02-22 21:21:06
ben@sturm.com.au
reconcile: Fix usage docs.
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
conservancy_beancount/reconcile/statement_reconciler.py
Show inline comments
 
"""Reconcile an AMEX CSV statement against the books and print differences.
 
"""Reconcile an AMEX/FR CSV statement against the books and print differences.
 

	
...
 
@@ -12,3 +12,3 @@ Run like this:
 
$ python3 -m pip install thefuzz
 
$ python3 conservancy_beancount/reconcile/prototype_amex_reconciler.py \
 
$ python3 conservancy_beancount/reconcile/statement_reconciler.py \
 
  --beancount-file=$HOME/conservancy/beancount/books/2021.beancount \
0 comments (0 inline, 0 general)