diff options
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r-- | miscutils/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index 40edf23a2..074e6c41f 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in | |||
@@ -318,7 +318,7 @@ config FEATURE_LESS_REGEXP | |||
318 | config FEATURE_LESS_LINENUMS | 318 | config FEATURE_LESS_LINENUMS |
319 | bool "Enable dynamic switching of line numbers" | 319 | bool "Enable dynamic switching of line numbers" |
320 | default n | 320 | default n |
321 | depends on LESS | 321 | depends on FEATURE_LESS_DASHCMD |
322 | help | 322 | help |
323 | Enable "-N" command. | 323 | Enable "-N" command. |
324 | 324 | ||