Ticket #424 (closed defect: fixed)
docstring for paste.script.serve.ServeCommand is wrong.
| Reported by: | flox | Owned by: | ianb |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.3 |
| Component: | script | Version: | released-version |
| Severity: | normal | Keywords: | |
| Cc: |
Description
The docstring for paste.script.serve.ServeCommand says:
If start/stop/restart is given, then --daemon is implied
But it is the case only for stop, not for start and restart.
~ $ bin/paster serve parts/etc/debug.ini start 2010-06-01 13:50:08,059 INFO [doo] Application started Starting server in PID 32020. serving on http://127.0.0.1:2011 ^C
Change History
Note: See
TracTickets for help on using
tickets.
