Skip to content

Commit dabfbb6

Browse files
committed
flux-job: fix purge usage message
Problem: purge usage string uses the wrong name for the --num-usage option. Fix usage string. Fixes #4317
1 parent cb75626 commit dabfbb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/flux-job.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ static struct optparse_subcommand subcommands[] = {
500500
memo_opts,
501501
},
502502
{ "purge",
503-
"[--age-limit=FSD] [--count-limit=N]",
503+
"[--age-limit=FSD] [--num-limit=N]",
504504
"Purge the oldest inactive jobs",
505505
cmd_purge,
506506
0,

0 commit comments

Comments
 (0)