Skip to content

Commit

Permalink
gridinit_cmd: Update the usage()
Browse files Browse the repository at this point in the history
  • Loading branch information
jfsmig authored and fvennetier committed May 30, 2018
1 parent df49fc5 commit 5a03f26
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions main/gridinit_cmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -631,12 +631,13 @@ help(char **args)
g_print("\n COMMANDS:\n");
g_print(" status* : Displays the status of the given processes or groups\n");
g_print(" start : Starts the given processes or groups, even if broken\n");
g_print(" stop : Stops the given processes or groups, they won't be automatically\n");
g_print(" kill : Stops the given processes or groups, they won't be automatically\n");
g_print(" restarted even after a configuration reload\n");
g_print(" restart : Restart the given processes or groups\n");
g_print(" reload : reloads the configuration, stopping obsolete processes, starting\n");
g_print(" stop : Calls 'kill' until the children exit\n");
g_print(" restart : Restarts the given processes or groups\n");
g_print(" reload : Reloads the configuration, stopping obsolete processes, starting\n");
g_print(" the newly discovered. Broken or stopped processes are not restarted\n");
g_print(" repair : removes the broken flag set on a process. Start must be called to\n");
g_print(" repair : Removes the broken flag set on a process. Start must be called to\n");
g_print(" restart the process.\n");
g_print("with ID the key of a process, or '@GROUP', with GROUP the name of a process\n");
g_print("group\n");
Expand Down

0 comments on commit 5a03f26

Please sign in to comment.