Sort options in usage.
This commit is contained in:
parent
e528d2def7
commit
20eb39d315
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: schedctl.c,v 1.7 2008/05/25 23:22:16 ad Exp $ */
|
/* $NetBSD: schedctl.c,v 1.8 2008/05/26 08:15:37 wiz Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2008, Mindaugas Rasiukevicius <rmind at NetBSD org>
|
* Copyright (c) 2008, Mindaugas Rasiukevicius <rmind at NetBSD org>
|
||||||
|
@ -33,7 +33,7 @@
|
||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
__RCSID("$NetBSD: schedctl.c,v 1.7 2008/05/25 23:22:16 ad Exp $");
|
__RCSID("$NetBSD: schedctl.c,v 1.8 2008/05/26 08:15:37 wiz Exp $");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
@ -308,7 +308,7 @@ static void
|
||||||
usage(void)
|
usage(void)
|
||||||
{
|
{
|
||||||
|
|
||||||
fprintf(stderr, "usage: %s [-t lid] [-A processor] "
|
fprintf(stderr, "usage: %s [-A processor] [-C class] "
|
||||||
"[-C class] [-P priority] {-p pid|command}\n", getprogname());
|
"[-P priority] [-t lid] {-p pid|command}\n", getprogname());
|
||||||
exit(EXIT_FAILURE);
|
exit(EXIT_FAILURE);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue