diff options
Diffstat (limited to 'editors/diff.c')
-rw-r--r-- | editors/diff.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/diff.c b/editors/diff.c index b6a5ca606..03c13908e 100644 --- a/editors/diff.c +++ b/editors/diff.c | |||
@@ -80,9 +80,9 @@ | |||
80 | //config: bool "diff (13 kb)" | 80 | //config: bool "diff (13 kb)" |
81 | //config: default y | 81 | //config: default y |
82 | //config: help | 82 | //config: help |
83 | //config: diff compares two files or directories and outputs the | 83 | //config: diff compares two files or directories and outputs the |
84 | //config: differences between them in a form that can be given to | 84 | //config: differences between them in a form that can be given to |
85 | //config: the patch command. | 85 | //config: the patch command. |
86 | //config: | 86 | //config: |
87 | //config:config FEATURE_DIFF_LONG_OPTIONS | 87 | //config:config FEATURE_DIFF_LONG_OPTIONS |
88 | //config: bool "Enable long options" | 88 | //config: bool "Enable long options" |
@@ -94,8 +94,8 @@ | |||
94 | //config: default y | 94 | //config: default y |
95 | //config: depends on DIFF | 95 | //config: depends on DIFF |
96 | //config: help | 96 | //config: help |
97 | //config: This option enables support for directory and subdirectory | 97 | //config: This option enables support for directory and subdirectory |
98 | //config: comparison. | 98 | //config: comparison. |
99 | 99 | ||
100 | //kbuild:lib-$(CONFIG_DIFF) += diff.o | 100 | //kbuild:lib-$(CONFIG_DIFF) += diff.o |
101 | 101 | ||