Skip to content

Commit

Permalink
Fill in option help
Browse files Browse the repository at this point in the history
  • Loading branch information
bstee615 committed Oct 3, 2022
1 parent 41b1803 commit 109e7c2
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 @@ -553,7 +553,7 @@ static void print_help(const char *cmd) {
printf(" -W <id,...> the job will be run after the job of given IDs ends well (exit code 0).\n");
printf(" -L [label] name this task with a label, to be distinguished on listing.\n");
printf(" -N [num] number of slots required by the job (1 default).\n");
printf(" -M <format> Print output in a machine-readable format. Choices: TODO\n");
printf(" -M <format> Print output in a machine-readable format. Choices: {default,json}\n");
}

static void print_version() {
Expand Down

0 comments on commit 109e7c2

Please sign in to comment.