Selaa lähdekoodia

Merge pull request #117 from gthb/add-help-note-about-config-gotcha

Add note in help about restart and config changes
Mike Naberezny 13 vuotta sitten
vanhempi
commit
a024b72321
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      supervisor/supervisorctl.py

+ 2 - 0
supervisor/supervisorctl.py

@@ -764,6 +764,8 @@ class DefaultControllerPlugin(ControllerPluginBase):
         self.ctl.output("restart <name> <name>\tRestart multiple processes or "
                      "groups")
         self.ctl.output("restart all\t\tRestart all processes")
+        self.ctl.output("Note: restart does not reread config files. For that,"
+                        " see reread and update.")
 
     def do_shutdown(self, arg):
         if self.ctl.options.interactive: