diff options
Diffstat (limited to 'coreutils/nice.c')
-rw-r--r-- | coreutils/nice.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/nice.c b/coreutils/nice.c index 3676ee6..e30242f 100644 --- a/coreutils/nice.c +++ b/coreutils/nice.c @@ -7,7 +7,7 @@ * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ //config:config NICE -//config: bool "nice" +//config: bool "nice (1.8 kb)" //config: default y //config: help //config: nice runs a program with modified scheduling priority. |