diff options
-rw-r--r-- | doc/ledger3.texi | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 766c9c5b..1d88df53 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -5770,26 +5770,27 @@ 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 @c command:DEB4952 -$ ledger --options bal --cleared -f test/input/drewr3.dat +@smallexample @c command:A9349E4,with_input:03ACB97 +$ ledger --options bal --cleared @end smallexample -@smallexample @c output:DEB4952 +@smallexample @c output:A9349E4 =============================================================================== [Global scope options] --args-only --args-only [Session scope options] - --file = test/input/drewr3.dat -f + --file = A9349E4.dat --file [Report scope options] --cleared --cleared --columns = 80 --columns --limit = cleared --cleared =============================================================================== - $ 775.00 Assets:Checking - $ -1,000.00 Equity:Opening Balances - $ 225.00 Expenses:Food:Groceries + $15.00 Expenses + $12.45 Food + $2.55 Tips + $-15.00 Liabilities:MasterCard -------------------- 0 @end smallexample |