diff options
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r-- | coreutils/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in index 4aff5ce..a299506 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in @@ -329,6 +329,12 @@ config CONFIG_MV help mv is used to move or rename files or directories. +config CONFIG_NICE + bool "nice" + default n + help + nice runs a program with modified scheduling priority. + config CONFIG_OD bool "od" default n |