reconcile: Fix usage example.
This commit is contained in:
parent
3f735bec95
commit
3bff7845d5
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ $ python3 -m pip install thefuzz
|
|||
$ python3 conservancy_beancount/reconcile/prototype_amex_reconciler.py \
|
||||
--beancount-file=$HOME/conservancy/beancount/books/2021.beancount \
|
||||
--csv-statement=$HOME/conservancy/confidential/2021-09-10_AMEX_activity.csv \
|
||||
--account=amex
|
||||
--account=Liabilities:CreditCard:AMEX
|
||||
|
||||
Conservancy currently enter data by hand rather than using Beancount importers.
|
||||
This tool is still somewhat like an importer in that it needs to extract
|
||||
|
|
Loading…
Reference in a new issue