hledger: update

This commit is contained in:
Rico Sta. Cruz 2015-12-10 02:20:33 +08:00
parent 0a92558c44
commit 1a9008fc8d
1 changed files with 6 additions and 7 deletions

View File

@ -3,13 +3,6 @@ title: Hledger
category: Ledger
---
### Accounts
```
hledger accounts
hledger accounts --tree
```
## Reporting
```
@ -116,6 +109,12 @@ Also: (only in `bal`)
--format "%20(account) %12(total)
```
## Accounts
```
hledger accounts [--tree]
```
## See also
* <http://hledger.org/manual.html>