From 35ab0061cfb94defbadebe4626e0a37972bc9ac3 Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Mon, 14 Dec 2015 13:47:59 -0800 Subject: Clarify meaning of --end in man page --- doc/ledger.1 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'doc') 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 -- cgit v1.2.3 From 237d5a4517b840936e0faca34c48484817dce378 Mon Sep 17 00:00:00 2001 From: Rodrigo Fraga Date: Wed, 30 Dec 2015 00:46:30 -0500 Subject: GnuCash import deprecated [ci skip] --- doc/ledger3.texi | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'doc') 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 -- cgit v1.2.3 From 11151414aa70f6673b2464e938ae930d8674c915 Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Mon, 11 Jan 2016 16:59:38 +0100 Subject: [doc] Correct boost versions whose build issues are fixed with the ledger 3.1.1 release. [ci skip] --- doc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/NEWS b/doc/NEWS index 21700ddc..af89de0c 100644 --- a/doc/NEWS +++ b/doc/NEWS @@ -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 -- cgit v1.2.3