diff options
Diffstat (limited to 'coreutils/nice.c')
-rw-r--r-- | coreutils/nice.c | 1 |
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 @@ //usage: "[-n ADJUST] [PROG ARGS]" //usage:#define nice_full_usage "\n\n" //usage: "Change scheduling priority, run PROG\n" -//usage: "\nOptions:" //usage: "\n -n ADJUST Adjust priority by ADJUST" #include <sys/resource.h> |