tweak bullets, note parsing issue in readme

This commit is contained in:
Simon Michael 2008-11-24 00:30:23 +00:00
parent dd93418784
commit b6e859fe6b

37
README
View File

@ -43,13 +43,13 @@ FEATURES
-------- --------
This version of hledger mimics a subset of ledger 2.6.1: This version of hledger mimics a subset of ledger 2.6.1:
- regular ledger entries * regular ledger entries
- multiple commodities * multiple commodities
- virtual transactions * virtual transactions
- balance, print, register commands * balance, print, register commands
- positive and negative account & description patterns * positive and negative account & description patterns
- LEDGER environment variable * LEDGER environment variable
- and:: * and::
Basic options: Basic options:
-h, --help display summarized help text -h, --help display summarized help text
@ -84,13 +84,13 @@ hledger-specific features:
ledger features not supported: ledger features not supported:
- !include * !include
- modifier entries * modifier entries
- periodic entries * periodic entries
- commodity pricing * commodity pricing
- counting an unfinished timelog session * counting an unfinished timelog session
- parsing gnucash files * parsing gnucash files
- and:: * and::
Basic options: Basic options:
-o, --output FILE write output to FILE -o, --output FILE write output to FILE
@ -157,7 +157,8 @@ ledger features not supported:
Some other differences: Some other differences:
- hledger talks about the entry and transaction "description", which ledger calls "note" * hledger talks about the entry and transaction "description", which ledger calls "note"
- hledger always shows timelog balances in hours * hledger always shows timelog balances in hours
- hledger doesn't require a space after flags like -f * hledger doesn't require a space after flags like -f
- hledger keeps differently-priced amounts of the same commodity separate, at the moment * hledger keeps differently-priced amounts of the same commodity separate, at the moment
* hledger doesn't parse all ledger file constructs (and may choke ? please report)