diff options
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r-- | coreutils/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in index b292e2568..6d19909a8 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in | |||
@@ -59,6 +59,13 @@ config CONFIG_CMP | |||
59 | cmp is used to compare two files and returns the result | 59 | cmp is used to compare two files and returns the result |
60 | to standard output. | 60 | to standard output. |
61 | 61 | ||
62 | config CONFIG_COMM | ||
63 | bool "comm" | ||
64 | default n | ||
65 | help | ||
66 | comm is used to compare two files line by line and return | ||
67 | a three-column output. | ||
68 | |||
62 | config CONFIG_CP | 69 | config CONFIG_CP |
63 | bool "cp" | 70 | bool "cp" |
64 | default n | 71 | default n |