diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2015-01-07 21:24:34 +0100 |
---|---|---|
committer | Alexis Hildebrandt <afh@surryhill.net> | 2015-01-10 14:06:32 +0100 |
commit | 793e295a92afa79a1a3374b7c603cb07208f4048 (patch) | |
tree | 9e406ba107c504ffcbd8dfe770038812a99a7c28 /doc/ledger3.texi | |
parent | 29c4bcbf9a42dd2c7375f299878cd221ee52d519 (diff) | |
download | fork-ledger-793e295a92afa79a1a3374b7c603cb07208f4048.tar.gz fork-ledger-793e295a92afa79a1a3374b7c603cb07208f4048.tar.bz2 fork-ledger-793e295a92afa79a1a3374b7c603cb07208f4048.zip |
[tests] Validate another example in the manual
Diffstat (limited to 'doc/ledger3.texi')
-rw-r--r-- | doc/ledger3.texi | 29 |
1 files changed, 12 insertions, 17 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 8df5edc0..766c9c5b 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -5770,28 +5770,23 @@ Specify the location of the init file. The default is @file{~/.ledgerrc}. Display the options in effect for this Ledger invocation, along with their values and the source of those values, for example: -@smallexample -$ ledger --options bal --cleared -f ~/ledger/test/input/drewr3.dat -=========================================================================== +@smallexample @c command:DEB4952 +$ ledger --options bal --cleared -f test/input/drewr3.dat +@end smallexample + +@smallexample @c output:DEB4952 +=============================================================================== [Global scope options] + --args-only --args-only [Session scope options] - --file = ~/ledger/test/input/drewr3.dat -f - --price-db = ~/FinanceData/PriceDB $price-db + --file = test/input/drewr3.dat -f [Report scope options] - --cleared --cleared - --color ?normalize - --date-format = %Y/%m/%d $date-format - --limit = cleared --cleared - --prepend-width = 0 ?normalize - --meta-width = 0 ?normalize - --date-width = 10 ?normalize - --payee-width = 21 ?normalize - --account-width = 21 ?normalize - --amount-width = 12 ?normalize - --total-width = 12 ?normalize -=========================================================================== + --cleared --cleared + --columns = 80 --columns + --limit = cleared --cleared +=============================================================================== $ 775.00 Assets:Checking $ -1,000.00 Equity:Opening Balances $ 225.00 Expenses:Food:Groceries |