Преглед на файлове

Merge pull request #267 from alekstorm/patch-1

Correct default config file path in supervisorctl usage message
Chris McDonough преди 11 години
родител
ревизия
4bb6c196cb
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      supervisor/supervisorctl.py

+ 1 - 1
supervisor/supervisorctl.py

@@ -5,7 +5,7 @@
 Usage: %s [options] [action [arguments]]
 Usage: %s [options] [action [arguments]]
 
 
 Options:
 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
 -h/--help -- print usage message and exit
 -i/--interactive -- start an interactive shell after executing commands
 -i/--interactive -- start an interactive shell after executing commands
 -s/--serverurl URL -- URL on which supervisord server is listening
 -s/--serverurl URL -- URL on which supervisord server is listening