Skip to content
Snippets Groups Projects
Commit d2deed57 authored by Moe Jette's avatar Moe Jette
Browse files

Fix typo on usage message.

parent 700e267a
No related branches found
No related tags found
No related merge requests found
......@@ -426,7 +426,7 @@ static void _opt_list(void)
static void _usage(void)
{
printf("Usage: squeue [options]\n");
printf("Usage: scancel [options]\n");
printf(" -h, --noheader no headers on output\n");
printf(" -i, --iterate=seconds specify an interation period\n");
printf(" -j, --jobs comma separated list of jobs to view,\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment