diff --git a/hledger/doc/commands.m4.md b/hledger/doc/commands.m4.md index ae8b7f729..6fae24a0f 100644 --- a/hledger/doc/commands.m4.md +++ b/hledger/doc/commands.m4.md @@ -388,6 +388,7 @@ and Here's an example of print's CSV output: ```shell +$ hledger print -Ocsv "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","","income:salary","-1","$","1","","","" diff --git a/hledger/doc/examples.m4.md b/hledger/doc/examples.m4.md index 031ac2316..2281e63d9 100644 --- a/hledger/doc/examples.m4.md +++ b/hledger/doc/examples.m4.md @@ -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 Two simple transactions in hledger journal format: