File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -631,12 +631,13 @@ help(char **args)
631
631
g_print ("\n COMMANDS:\n" );
632
632
g_print (" status* : Displays the status of the given processes or groups\n" );
633
633
g_print (" start : Starts the given processes or groups, even if broken\n" );
634
- g_print (" stop : Stops the given processes or groups, they won't be automatically\n" );
634
+ g_print (" kill : Stops the given processes or groups, they won't be automatically\n" );
635
635
g_print (" restarted even after a configuration reload\n" );
636
- g_print (" restart : Restart the given processes or groups\n" );
637
- g_print (" reload : reloads the configuration, stopping obsolete processes, starting\n" );
636
+ g_print (" stop : Calls 'kill' until the children exit\n" );
637
+ g_print (" restart : Restarts the given processes or groups\n" );
638
+ g_print (" reload : Reloads the configuration, stopping obsolete processes, starting\n" );
638
639
g_print (" the newly discovered. Broken or stopped processes are not restarted\n" );
639
- g_print (" repair : removes the broken flag set on a process. Start must be called to\n" );
640
+ g_print (" repair : Removes the broken flag set on a process. Start must be called to\n" );
640
641
g_print (" restart the process.\n" );
641
642
g_print ("with ID the key of a process, or '@GROUP', with GROUP the name of a process\n" );
642
643
g_print ("group\n" );
You can’t perform that action at this time.
0 commit comments