From 55a44e1ddcd7fd096b653c2bd6b01beab5fc6c5b Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 7 Dec 2010 02:15:42 +0000 Subject: [PATCH] fix doctest --- hledger/Hledger/Cli/Tests.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hledger/Hledger/Cli/Tests.hs b/hledger/Hledger/Cli/Tests.hs index 5fbd1028e..7851d8f9f 100644 --- a/hledger/Hledger/Cli/Tests.hs +++ b/hledger/Hledger/Cli/Tests.hs @@ -12,10 +12,10 @@ by .test files in the tests\/ subdirectory. These can be run by doing hledger's doctests are shell tests defined in literal blocks in haddock documentation in the source, run by doing @make doctest@ in the hledger -source tree. They hardly used, but here is an example: +source tree. are They hardly used, but here is an example: @ -$ hledger -f hledger/data/sample.journal balance o +$ bin/hledger -f data/sample.journal balance o $1 expenses:food $-2 income $-1 gifts