diff options
Diffstat (limited to 'miscutils/chrt.c')
-rw-r--r-- | miscutils/chrt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/miscutils/chrt.c b/miscutils/chrt.c index 7e40b9f..91b5397 100644 --- a/miscutils/chrt.c +++ b/miscutils/chrt.c @@ -10,7 +10,6 @@ //usage: "[-prfom] [PRIO] [PID | PROG ARGS]" //usage:#define chrt_full_usage "\n\n" //usage: "Change scheduling priority and class for a process\n" -//usage: "\nOptions:" //usage: "\n -p Operate on PID" //usage: "\n -r Set SCHED_RR class" //usage: "\n -f Set SCHED_FIFO class" |