This commit is contained in:
Simon Michael 2011-06-24 14:20:30 +00:00
parent 33a1c6533b
commit 224cab068f
3 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@ import Hledger.Utils
-- | hledger and hledger-lib's unit tests aggregated from all modules -- | hledger and hledger-lib's unit tests aggregated from all modules
-- plus some more which are easier to define here for now. -- plus some more which are easier to define here for now.
-- tests_Hledger_Cli1 :: Test tests_Hledger_Cli :: Test
tests_Hledger_Cli = TestList tests_Hledger_Cli = TestList
[ [
tests_Hledger_Data tests_Hledger_Data

View File

@ -107,7 +107,7 @@ balancelabel = "Balance"
-- --
-- 1. it shows transactions, from the point of view of the focussed -- 1. it shows transactions, from the point of view of the focussed
-- account. The other account's name and posted amount is displayed, -- account. The other account's name and posted amount is displayed,
-- aggregated if there is more than other account posting. -- aggregated if there is more than one other account posting.
-- --
-- 2. With no transaction filtering in effect other than a start date, it -- 2. With no transaction filtering in effect other than a start date, it
-- shows the accurate historical running balance for this -- shows the accurate historical running balance for this

View File

@ -15,7 +15,7 @@ documentation in the source, run by doing @make doctest@ in the hledger
source tree. are They hardly used, but here is an example: source tree. are They hardly used, but here is an example:
@ @
$ bin/hledger -f data/sample.journal balance o $ bin\/hledger -f data\/sample.journal balance o
$1 expenses:food $1 expenses:food
$-2 income $-2 income
$-1 gifts $-1 gifts