diff options
Diffstat (limited to 'console-tools/Config.in')
-rw-r--r-- | console-tools/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/console-tools/Config.in b/console-tools/Config.in index 4a5710de6..f82d4ce13 100644 --- a/console-tools/Config.in +++ b/console-tools/Config.in | |||
@@ -85,7 +85,7 @@ config SETCONSOLE | |||
85 | config FEATURE_SETCONSOLE_LONG_OPTIONS | 85 | config FEATURE_SETCONSOLE_LONG_OPTIONS |
86 | bool "Enable long options" | 86 | bool "Enable long options" |
87 | default n | 87 | default n |
88 | depends on SET_CONSOLE && GETOPT_LONG | 88 | depends on SETCONSOLE && GETOPT_LONG |
89 | help | 89 | help |
90 | Support long options for the setconsole applet. | 90 | Support long options for the setconsole applet. |
91 | 91 | ||