Skip to content

Commit 5a03f26

Browse files
jfsmigfvennetier
authored andcommitted
gridinit_cmd: Update the usage()
1 parent df49fc5 commit 5a03f26

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

main/gridinit_cmd.c

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -631,12 +631,13 @@ help(char **args)
631631
g_print("\n COMMANDS:\n");
632632
g_print(" status* : Displays the status of the given processes or groups\n");
633633
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");
635635
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");
638639
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");
640641
g_print(" restart the process.\n");
641642
g_print("with ID the key of a process, or '@GROUP', with GROUP the name of a process\n");
642643
g_print("group\n");

0 commit comments

Comments
 (0)