aboutsummaryrefslogtreecommitdiff
path: root/coreutils/nice.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/nice.c')
-rw-r--r--coreutils/nice.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/coreutils/nice.c b/coreutils/nice.c
index 2763986e7..ce759916f 100644
--- a/coreutils/nice.c
+++ b/coreutils/nice.c
@@ -11,7 +11,6 @@
11//usage: "[-n ADJUST] [PROG ARGS]" 11//usage: "[-n ADJUST] [PROG ARGS]"
12//usage:#define nice_full_usage "\n\n" 12//usage:#define nice_full_usage "\n\n"
13//usage: "Change scheduling priority, run PROG\n" 13//usage: "Change scheduling priority, run PROG\n"
14//usage: "\nOptions:"
15//usage: "\n -n ADJUST Adjust priority by ADJUST" 14//usage: "\n -n ADJUST Adjust priority by ADJUST"
16 15
17#include <sys/resource.h> 16#include <sys/resource.h>