aboutsummaryrefslogtreecommitdiff
path: root/coreutils/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r--coreutils/Config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in
index 4aff5ce69..a299506e6 100644
--- a/coreutils/Config.in
+++ b/coreutils/Config.in
@@ -329,6 +329,12 @@ config CONFIG_MV
329 help 329 help
330 mv is used to move or rename files or directories. 330 mv is used to move or rename files or directories.
331 331
332config CONFIG_NICE
333 bool "nice"
334 default n
335 help
336 nice runs a program with modified scheduling priority.
337
332config CONFIG_OD 338config CONFIG_OD
333 bool "od" 339 bool "od"
334 default n 340 default n