Browse Source

Merge pull request #267 from alekstorm/patch-1

Correct default config file path in supervisorctl usage message
Chris McDonough 11 years ago
parent
commit
4bb6c196cb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      supervisor/supervisorctl.py

+ 1 - 1
supervisor/supervisorctl.py

@@ -5,7 +5,7 @@
 Usage: %s [options] [action [arguments]]
 
 Options:
--c/--configuration -- configuration file path (default /etc/supervisor.conf)
+-c/--configuration -- configuration file path (default /etc/supervisord.conf)
 -h/--help -- print usage message and exit
 -i/--interactive -- start an interactive shell after executing commands
 -s/--serverurl URL -- URL on which supervisord server is listening