diff options
author | thdox <thdox@free.fr> | 2015-02-24 12:31:40 +0100 |
---|---|---|
committer | thdox <thdox@free.fr> | 2015-02-24 20:17:57 +0100 |
commit | fd8386eb236b0092ff30c3c38b4e0d24c6fccc60 (patch) | |
tree | 712197e3708b67bdb726de29f9f12d71de4ea96e | |
parent | 5cb3ca04a77c4da8785e4349c8c988fabab7f460 (diff) | |
download | fork-ledger-fd8386eb236b0092ff30c3c38b4e0d24c6fccc60.tar.gz fork-ledger-fd8386eb236b0092ff30c3c38b4e0d24c6fccc60.tar.bz2 fork-ledger-fd8386eb236b0092ff30c3c38b4e0d24c6fccc60.zip |
Minor documentation consistency fixes about --leeway option.
-rw-r--r-- | doc/ledger3.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index d1ee8f7f..f541743b 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -5790,6 +5790,7 @@ Group postings together, similar to the balance report. Use @file{FILE} for retrieving stored commodity prices. @item --price-exp @var{INT} +@itemx --leeway @var{INT} @itemx -Z @var{INT} Set expected freshness of prices in @var{INT} minutes. @@ -6027,8 +6028,8 @@ Quiet balance assertions. Specify the location of the price entry data file. @item --price-exp @var{INT} -@itemx -Z @var{INT} @itemx --leeway @var{INT} +@itemx -Z @var{INT} Set the expected freshness of price quotes, in @var{INT} minutes. That is, if the last known quote for any commodity is older than this value, and if @option{--download} is being used, then the Internet will be @@ -7288,6 +7289,7 @@ The format of the file can be changed by telling ledger to use the @option{--pricedb-format @var{FORMAT_STRING}} you define. @item --price-exp @var{INT} +@itemx --leeway @var{INT} @itemx -Z @var{INT} Set the expected freshness of price quotes, in @var{INT} minutes. That is, if the last known quote for any commodity is older than this value, |