docs: more web command tweaks

This commit is contained in:
Simon Michael 2010-07-10 02:35:16 +00:00
parent 3a39ae9d01
commit 7e83ac3796

View File

@ -408,12 +408,14 @@ Note there are two alternate implementations of the web command - the old
one, built with `-fweb`: one, built with `-fweb`:
$ hledger web $ hledger web
$ hledger web -E -B p 'this year'
and the new one, built with `-fwebyesod`, which we will assume in the rest and the new one, built with `-fwebyesod`, which you run in the same way:
of these docs:
$ hledger web $ 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 $ 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 The new web ui adds an edit command. Warning: this is the first hledger