diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2015-01-10 15:22:38 +0100 |
---|---|---|
committer | Alexis Hildebrandt <afh@surryhill.net> | 2015-01-10 15:27:24 +0100 |
commit | 3a1ab67092ae6a2a8270e02031dbef6c855623d9 (patch) | |
tree | d3dd851bb6e4b9ae6b7b50a4ea7ad64beb609723 | |
parent | 793e295a92afa79a1a3374b7c603cb07208f4048 (diff) | |
download | fork-ledger-3a1ab67092ae6a2a8270e02031dbef6c855623d9.tar.gz fork-ledger-3a1ab67092ae6a2a8270e02031dbef6c855623d9.tar.bz2 fork-ledger-3a1ab67092ae6a2a8270e02031dbef6c855623d9.zip |
[tests] Fix new DocTest A9349E4
-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 |