diff options
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 |