diff options
Diffstat (limited to 'editors/Config.in')
-rw-r--r-- | editors/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/editors/Config.in b/editors/Config.in index e1285f4ea..e4fdd0f38 100644 --- a/editors/Config.in +++ b/editors/Config.in @@ -35,6 +35,13 @@ config DIFF differences between them in a form that can be given to the patch command. +config FEATURE_DIFF_LONG_OPTIONS + bool "Enable long options" + default n + depends on DIFF && LONG_OPTS + help + Enable use of long options. + config FEATURE_DIFF_DIR bool "Enable directory support" default y |