diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2014-05-30 23:46:20 -0400 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2014-05-30 23:52:36 -0400 |
commit | a5ffcc42ff2d6f6d06141b5098337f4bc092d2e0 (patch) | |
tree | d3c79eb8cbc5dbb853acce381374efc207d1089d /doc | |
parent | 53b8aa8802a590f0139355fa0a4e3857f39d9836 (diff) | |
download | fork-ledger-a5ffcc42ff2d6f6d06141b5098337f4bc092d2e0.tar.gz fork-ledger-a5ffcc42ff2d6f6d06141b5098337f4bc092d2e0.tar.bz2 fork-ledger-a5ffcc42ff2d6f6d06141b5098337f4bc092d2e0.zip |
Improve backwards compatibility with ledger2
This brings some single character format strings in line with what
they actually meant in ledger2.
Bug fix for #755
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ledger3.texi | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 2dc1a021..d4df63ec 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -8072,10 +8072,8 @@ file. @item e Inserts the ending line of that transaction within the file. -@c @item D By default, this is the same as @code{%[%Y/%m%/d]}. The date -@c format used can be changed at any time with the @option{--date-format -@c @var{DATE_FORMAT} (-y)} flag, however. Using @code{%D} gives the -@c user more control over the way dates are output. +@item D +Returns the date according to the default format. @item d Returns the date according to the default format. If the transaction |