Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
justanhduc committed Jun 15, 2022
1 parent 409b422 commit 08cba59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ static void print_help(const char *cmd) {
printf("Long option adding jobs:\n");
printf(" --gpus || -G [num] number of GPUs required by the job (1 default).\n");
printf(" --gpu_indices || -g <id,...> the job will be on these GPU indices without checking whether they are free.\n");
printf("Actions:\n");
printf("Actions (can be performed only one at a time):\n");
printf(" -K kill the task spooler server\n");
printf(" -C clear the list of finished jobs\n");
printf(" -l show the job list (default action)\n");
Expand Down

0 comments on commit 08cba59

Please sign in to comment.