@@ -1,3 +1,8 @@
+Next
+
+ - "supervisord -h" and "supervisorctl -h" did not work (traceback
+ instead of showing help view).
2.0
- pidfile written in daemon mode had incorrect pid.
@@ -1,4 +1,5 @@
#!/usr/bin/python
from supervisor.supervisorctl import main
+from supervisor.supervisorctl import __doc__
main()
from supervisor.supervisord import main
+from supervisor.supervisord import __doc__