From 7e83ac3796816c1a3b5b1e053c4acf339b9ce5e7 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 10 Jul 2010 02:35:16 +0000 Subject: [PATCH] docs: more web command tweaks --- MANUAL.markdown | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/MANUAL.markdown b/MANUAL.markdown index 93524fac1..19c9be4a4 100644 --- a/MANUAL.markdown +++ b/MANUAL.markdown @@ -408,12 +408,14 @@ Note there are two alternate implementations of the web command - the old one, built with `-fweb`: $ hledger web - $ hledger web -E -B p 'this year' -and the new one, built with `-fwebyesod`, which we will assume in the rest -of these docs: +and the new one, built with `-fwebyesod`, which you run in the same way: $ hledger web + +We will assume the latter in the rest of these docs. Some more examples: + + $ hledger web -E -B p 'this year' $ hledger web --base-url http://this.vhost.com --port 5010 --debug -f my.journal The new web ui adds an edit command. Warning: this is the first hledger