diff options
author | Craig Earls <enderw88@gmail.com> | 2015-09-28 19:00:01 -0700 |
---|---|---|
committer | Craig Earls <enderw88@gmail.com> | 2015-09-28 19:00:01 -0700 |
commit | 1cf83c6f5f5d005fb143f34b32b86bb838cd9674 (patch) | |
tree | e63e21895b68c44f7672569a32cf8324cc0ab70f /doc | |
parent | 5905c21ded741a9d17f67999a7e4c33da6c886c8 (diff) | |
parent | 64426842a34f0517e43a47a404cd15c764f1c7f2 (diff) | |
download | fork-ledger-1cf83c6f5f5d005fb143f34b32b86bb838cd9674.tar.gz fork-ledger-1cf83c6f5f5d005fb143f34b32b86bb838cd9674.tar.bz2 fork-ledger-1cf83c6f5f5d005fb143f34b32b86bb838cd9674.zip |
Merge commit '64426842a34f0517e43a47a404cd15c764f1c7f2' into next
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ledger3.texi | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index a3794050..5d8ab55c 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -5902,6 +5902,7 @@ or testing small journal files not associated with your main financial database. @item --debug @var{CODE} +@value{FIXME:UNDOCUMENTED} If ledger has been built with debug options this will provide extra data during the run. @@ -6756,8 +6757,8 @@ week. @item --subtotal @itemx -s -Group all postings together. This is very similar to the totals shown by -the balance report. +Cause all transactions in a @command{register} report to be collapsed +into a single, subtotaled transaction. @item --tail @var{INT} @itemx --last @var{INT} @@ -8246,8 +8247,8 @@ Evaluate @var{string} as format just like the @option{--format} option. @end defun @defun format_date date format -Return the @var{date} as a string using @var{format}. See strftime (3) -for format string details. +Return the @var{date} as a string using @var{format}. See +@code{strftime (3)} for format string details. @smallexample @c command:9605B13,with_input:3406FC1 $ ledger -f expr.dat --format "%(format_date(date, '%A, %B %d. %Y'))\n" reg assets @end smallexample @@ -8257,8 +8258,8 @@ Friday, January 16. 2015 @end defun @defun format_datetime datetime format -Return the @var{datetime} as a string using @var{format}. Refer to strftime (3) -for format string details. +Return the @var{datetime} as a string using @var{format}. Refer to +@code{strftime (3)} for format string details. @end defun @defun get_at sequence index @@ -8599,8 +8600,8 @@ $ ledger -f expr.dat --format "%12(5*O)\n" reg assets @end smallexample @item [DATEFMT] -Inserts the result of formatting a posting's date with a date -format string, exactly like those supported by strftime (3). For +Inserts the result of formatting a posting's date with a date format +string, exactly like those supported by @code{strftime (3)}. For example: @samp{%[%Y/%m/%d %H:%M:%S]}. @item S |