Opened 10 years ago

Closed 9 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

Change History (1)

comment:1 by Matt Molyneaux, 9 years ago

Resolution: fixed
Status: newclosed

Word of Goblin is that this is fixed ☺

Note: See TracTickets for help on using tickets.