From 66426760beef7e87c4735f433d123daf911b5b4a Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 5 Jun 2011 03:58:28 +0200 Subject: *: remove "Options:" string from help texts function old new delta packed_usage 28706 28623 -83 Signed-off-by: Denys Vlasenko --- miscutils/chrt.c | 1 - 1 file changed, 1 deletion(-) (limited to 'miscutils/chrt.c') diff --git a/miscutils/chrt.c b/miscutils/chrt.c index 7e40b9f13..91b5397c4 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" -- cgit v1.2.3