Browse Source

Fix typo in usage message

Mike Naberezny 10 years ago
parent
commit
b04cec22de
1 changed files with 1 additions and 1 deletions
  1. 1 1
      supervisor/supervisord.py

+ 1 - 1
supervisor/supervisord.py

@@ -6,7 +6,7 @@ Usage: %s [options]
 
 
 Options:
 Options:
 -c/--configuration FILENAME -- configuration file
 -c/--configuration FILENAME -- configuration file
--n/--nodaemon -- run in the foreground (same as 'nodaemon true' in config file)
+-n/--nodaemon -- run in the foreground (same as 'nodaemon=true' in config file)
 -h/--help -- print this usage message and exit
 -h/--help -- print this usage message and exit
 -v/--version -- print supervisord version number and exit
 -v/--version -- print supervisord version number and exit
 -u/--user USER -- run supervisord as this user (or numeric uid)
 -u/--user USER -- run supervisord as this user (or numeric uid)