Opened 11 years ago
Closed 11 years ago
#961 closed defect (fixed)
"lazyserver.sh -h" gives incorrect option names
| Reported by: | Matt Molyneaux | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | programming | Keywords: | lazyserver |
| Cc: | Parent Tickets: |
Description
The current output is:
./lazyserver.sh [-h] [-c filename.ini] [ARGS_to_paster ...]
For example:
./lazyserver.sh -c fcgi.ini port_number=23371
or: ./lazyserver.sh --server-name=fcgi --log-file=paste.log
The configfile defaults to paste_local.ini,
if that is readable, otherwise paste.ini.
However, port_number seems to be ignored completely:
serving on http://127.0.0.1:6543
Note:
See TracTickets
for help on using tickets.

Word of Goblin is that this is fixed ☺