docs: note renamed --base-url option in manual
This commit is contained in:
parent
365035a3bd
commit
7663f5cbf1
@ -273,8 +273,8 @@ Here is the command-line help:
|
|||||||
-M --monthly register report: show monthly summary
|
-M --monthly register report: show monthly summary
|
||||||
-Q --quarterly register report: show quarterly summary
|
-Q --quarterly register report: show quarterly summary
|
||||||
-Y --yearly register report: show yearly summary
|
-Y --yearly register report: show yearly summary
|
||||||
--host web: use hostname HOST rather than localhost
|
--base-url web: use this base url (default http://localhost:PORT)
|
||||||
--port web: use tcp port N rather than 5000
|
--port web: serve on tcp port N (default 5000)
|
||||||
-h --help show this help
|
-h --help show this help
|
||||||
-V --version show version information
|
-V --version show version information
|
||||||
-v --verbose show verbose test output
|
-v --verbose show verbose test output
|
||||||
@ -407,7 +407,7 @@ balance and add commands.
|
|||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ hledger web
|
$ hledger web
|
||||||
$ hledger web --host this.host.com --port 5010 --debug -f demo.ledger -p thisyear
|
$ hledger web --base-url http://this.vhost.com --port 5010 --debug -f demo.ledger -p thisyear
|
||||||
|
|
||||||
#### Other commands
|
#### Other commands
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user