Skip to content

Commit

Permalink
added help
Browse files Browse the repository at this point in the history
  • Loading branch information
justanhduc committed Nov 27, 2020
1 parent 91333d7 commit 583b5a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@ static void print_help(const char *cmd) {
printf(" --set_gpu_wait <sec> set time to wait before running the next GPU job (30 seconds by default).\n");
printf(" --get_gpu_wait get time to wait before running the next GPU job.\n");
printf(" --get_label || -a [id] show the job label. Of the last added, if not specified.\n");
printf(" --full_cmd || -F [id] show full command. Of the last added, if not specified.\n");
printf(" --count_running || -R return the number of running jobs\n");
printf(" --last_queue_id || -q show the job ID of the last added.\n");
printf("Long option adding jobs:\n");
Expand Down

0 comments on commit 583b5a7

Please sign in to comment.