doc: manual: read multiple files

This commit is contained in:
Imuli 2015-05-28 12:42:22 -04:00 committed by Simon Michael
parent 67432f1220
commit 5fd5d77685

View File

@ -1060,6 +1060,12 @@ With the `--depth N` option, commands like [account](#account), [balance](#balan
and [register](#register) will show only the uppermost accounts in the account and [register](#register) will show only the uppermost accounts in the account
tree, down to level N. Use this when you want a summary with less detail. tree, down to level N. Use this when you want a summary with less detail.
### Multiple files
One may specify the `--file FILE` option multiple times. This is equivalent to
concatenating the files to standard input and passing `--file -`, except that
the add command functions normally and adds entries to the first specified file.
## Queries ## Queries
One of hledger's strengths is being able to quickly report on precise subsets of your data.\ One of hledger's strengths is being able to quickly report on precise subsets of your data.\