manual tweaks

This commit is contained in:
Simon Michael 2017-01-13 08:25:03 -08:00
parent 4153155ed9
commit 0ede127132
2 changed files with 5 additions and 0 deletions

View File

@ -388,6 +388,7 @@ and
Here's an example of print's CSV output: Here's an example of print's CSV output:
```shell ```shell
$ hledger print -Ocsv
"txnidx","date","date2","status","code","description","comment","account","amount","commodity","credit","debit","posting-status","posting-comment" "txnidx","date","date2","status","code","description","comment","account","amount","commodity","credit","debit","posting-status","posting-comment"
"1","2008/01/01","","","","income","","assets:bank:checking","1","$","","1","","" "1","2008/01/01","","","","income","","assets:bank:checking","1","$","","1","",""
"1","2008/01/01","","","","income","","income:salary","-1","$","1","","","" "1","2008/01/01","","","","income","","income:salary","-1","$","1","","",""

View File

@ -1,3 +1,7 @@
m4_dnl Quick examples included early in the manual
m4_dnl TODO make these and all the command examples pasteable/doctestable ?
m4_dnl eg include -f FILE or $LEDGER_FILE details
# EXAMPLES # EXAMPLES
Two simple transactions in hledger journal format: Two simple transactions in hledger journal format: