Skip to content

Commit bb07932

Browse files
committed
Added documentation about --ledger-binary
1 parent 039b710 commit bb07932

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ Options can either be used from command line or in configuration file.
8282
--effective-date INT CSV column number matching effective date
8383
--encoding STR text encoding of CSV input file
8484
--incremental append output as transactions are processed
85+
--ledger-binary FILE path to ledger binary
8586
--ledger-date-format STR
8687
date format for ledger output file
8788
--ledger-decimal-comma
@@ -235,6 +236,11 @@ the transaction description) in an encoding other than UTF-8.
235236

236237
appends output as transactions are processed. The default flow is to process all CSV input and then output the result. When `--incremental` is specified, output is written after every transaction. This allows one to stop (ctrl-c) and restart to progressively process a CSV file (`--skip-dupes` is a useful companion option).
237238

239+
**`--ledger-binary`**
240+
241+
is the path to the ledger binary. Not neccessary if it is in `PATH` or is at either `/usr/bin/ledger` or
242+
`/usr/local/bin/ledger`
243+
238244
**`--ledger-date-format STR`**
239245

240246
describes the date format to be used when creating ledger entries. If

0 commit comments

Comments
 (0)