ui, web: update manuals

This commit is contained in:
Simon Michael 2017-01-05 17:18:13 -08:00
parent 7f58d186bb
commit 20651ec426
6 changed files with 58 additions and 50 deletions

View File

@ -40,7 +40,7 @@ Any QUERYARGS are interpreted as a hledger search query which filters
the data.
.TP
.B \f[C]\-\-watch\f[]
watch for data (and time) changes and reload automatically
watch for data and date changes and reload automatically
.RS
.RE
.TP

View File

@ -38,7 +38,7 @@ options as shown above.
the data.
`--watch'
watch for data (and time) changes and reload automatically
watch for data and date changes and reload automatically
`--theme=default|terminal|greenterm'
use this custom display theme
@ -361,17 +361,17 @@ Tag Table:
Node: Top88
Node: OPTIONS823
Ref: #options922
Node: KEYS4003
Ref: #keys4100
Node: SCREENS6670
Ref: #screens6757
Node: Accounts screen6847
Ref: #accounts-screen6977
Node: Register screen9015
Ref: #register-screen9172
Node: Transaction screen11060
Ref: #transaction-screen11220
Node: Error screen12087
Ref: #error-screen12211
Node: KEYS4001
Ref: #keys4098
Node: SCREENS6668
Ref: #screens6755
Node: Accounts screen6845
Ref: #accounts-screen6975
Node: Register screen9013
Ref: #register-screen9170
Node: Transaction screen11058
Ref: #transaction-screen11218
Node: Error screen12085
Ref: #error-screen12209

End Tag Table

View File

@ -36,7 +36,7 @@ OPTIONS
the data.
--watch
watch for data (and time) changes and reload automatically
watch for data and date changes and reload automatically
--theme=default|terminal|greenterm
use this custom display theme

View File

@ -102,19 +102,23 @@ until the file has been fixed.
Note: if invoking hledger\-web as a hledger subcommand, write
\f[C]\-\-\f[] before options as shown above.
.TP
.B \f[C]\-\-server\f[]
disable browser\-opening and auto\-exit\-on\-idle, and log all requests
to stdout
.B \f[C]\-\-serve\f[]
serve and log requests, don\[aq]t browse or auto\-exit
.RS
.RE
.TP
.B \f[C]\-\-host=IPADDR\f[]
listen on this IP address (default: 127.0.0.1)
.RS
.RE
.TP
.B \f[C]\-\-port=PORT\f[]
set the TCP port to listen on (default: 5000)
listen on this TCP port (default: 5000)
.RS
.RE
.TP
.B \f[C]\-\-base\-url=URL\f[]
set the base url (default: http://localhost:PORT).
set the base url (default: http://IPADDR:PORT).
You would change this when sharing over the network, or integrating
within a larger website.
.RS

View File

@ -85,17 +85,19 @@ File: hledger-web.1.info, Node: OPTIONS, Prev: Top, Up: Top
Note: if invoking hledger-web as a hledger subcommand, write `--'
before options as shown above.
`--server'
disable browser-opening and auto-exit-on-idle, and log all
requests to stdout
`--serve'
serve and log requests, don't browse or auto-exit
`--host=IPADDR'
listen on this IP address (default: 127.0.0.1)
`--port=PORT'
set the TCP port to listen on (default: 5000)
listen on this TCP port (default: 5000)
`--base-url=URL'
set the base url (default: http://localhost:PORT). You would
change this when sharing over the network, or integrating within a
larger website.
set the base url (default: http://IPADDR:PORT). You would change
this when sharing over the network, or integrating within a larger
website.
`--file-url=URL'
set the static files url (default: BASEURL/static). hledger-web

View File

@ -84,15 +84,17 @@ OPTIONS
Note: if invoking hledger-web as a hledger subcommand, write -- before
options as shown above.
--server
disable browser-opening and auto-exit-on-idle, and log all
requests to stdout
--serve
serve and log requests, don't browse or auto-exit
--host=IPADDR
listen on this IP address (default: 127.0.0.1)
--port=PORT
set the TCP port to listen on (default: 5000)
listen on this TCP port (default: 5000)
--base-url=URL
set the base url (default: http://localhost:PORT). You would
set the base url (default: http://IPADDR:PORT). You would
change this when sharing over the network, or integrating within
a larger website.