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 4a5710d..f82d4ce 100644 --- a/console-tools/Config.in +++ b/console-tools/Config.in @@ -85,7 +85,7 @@ config SETCONSOLE config FEATURE_SETCONSOLE_LONG_OPTIONS bool "Enable long options" default n - depends on SET_CONSOLE && GETOPT_LONG + depends on SETCONSOLE && GETOPT_LONG help Support long options for the setconsole applet. |