diff options
author | Craig Earls <enderw88@gmail.com> | 2016-01-11 19:24:02 -0700 |
---|---|---|
committer | Craig Earls <enderw88@gmail.com> | 2016-01-11 19:24:02 -0700 |
commit | d24be7446dc77cbdd80db6a105ad3b7a8fd919aa (patch) | |
tree | f4e3084e04c4e481ef59954e341e5f316d1648c4 /doc | |
parent | f709109417f2cbafe210dc41d5e9e98e6e9f5de0 (diff) | |
parent | b5b70625d59305d0f3af3a9baad3931aba43df47 (diff) | |
download | fork-ledger-d24be7446dc77cbdd80db6a105ad3b7a8fd919aa.tar.gz fork-ledger-d24be7446dc77cbdd80db6a105ad3b7a8fd919aa.tar.bz2 fork-ledger-d24be7446dc77cbdd80db6a105ad3b7a8fd919aa.zip |
Merge commit 'b5b70625d59305d0f3af3a9baad3931aba43df47' into next
Diffstat (limited to 'doc')
-rw-r--r-- | doc/NEWS | 2 | ||||
-rw-r--r-- | doc/ledger.1 | 5 | ||||
-rw-r--r-- | doc/ledger3.texi | 6 |
3 files changed, 5 insertions, 8 deletions
@@ -18,7 +18,7 @@ - Fixed crash when using --trace 10 or above -- Build fix for boost 1.56, 1.58, 1.59 +- Build fix for boost 1.58, 1.59, 1.60 - Build fix for Cygwin diff --git a/doc/ledger.1 b/doc/ledger.1 index 4997509f..ffc7decf 100644 --- a/doc/ledger.1 +++ b/doc/ledger.1 @@ -558,10 +558,9 @@ Show auxiliary dates for all calculations. Alias for .It Fl \-empty Pq Fl E Include empty accounts in report. .It Fl \-end Ar DATE Pq Fl e -Specify the end +Constrain the report so that transactions on or after .Ar DATE -for a transaction to be considered in the -report. +are not considered. .It Fl \-equity Related to the .Ic equity diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 79e475f7..5e266253 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -1478,10 +1478,8 @@ you. The Ledger program aims at making journal transactions as simple as possible. Since it is a command-line tool, it does not provide a user -interface for keeping a journal. If you like, you may use GnuCash to -maintain your journal, in which case Ledger will read -GnuCash's data files directly. In that case, read the GnuCash manual -now, and skip to the next chapter. +interface for keeping a journal. If you require an user interface to +maintain journal transactions GnuCash is a good alternative. If you are not using GnuCash, but a text editor to maintain your journal, read on. Ledger has been designed to make data transactions |