diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-11-10 09:33:42 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-11-10 09:33:42 +0000 |
commit | 4cfa5a27aaefc4c3c7a931c1808ea58f7c84bf94 (patch) | |
tree | a2ce0228bdec9b927ca0ce3bc1ab1c93f32e0b89 /miscutils | |
parent | f8a22575f7a4cdb537ea014c921da9e4cc4ebc57 (diff) |
build system: reorder less' options in config so that
they are properly indented
Diffstat (limited to 'miscutils')
-rw-r--r-- | miscutils/Config.in | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index 60b87c1e5..fc7333bb6 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in @@ -160,7 +160,7 @@ config DEVFSD "PERMISSIONS", "EXECUTE", "COPY", "IGNORE", "MKOLDCOMPAT", "MKNEWCOMPAT","RMOLDCOMPAT", "RMNEWCOMPAT". - But only if they are written UPPERCASE!!!!!!!! + But only if they are written UPPERCASE!!!!!!!! config DEVFSD_MODLOAD bool "Adds support for MODLOAD keyword in devsfd.conf" @@ -300,14 +300,6 @@ config FEATURE_LESS_FLAGS The -M flag enables a more sophisticated status line. The -m flag enables a simpler status line with a percentage. -config FEATURE_LESS_DASHCMD - bool "Enable flag changes ('-' command)" - default n - depends on LESS - help - This enables the ability to change command-line flags within - less itself ('-' keyboard command). - config FEATURE_LESS_MARKS bool "Enable marks" default n @@ -322,13 +314,6 @@ config FEATURE_LESS_REGEXP help Enable regular expressions, allowing complex file searches. -config FEATURE_LESS_LINENUMS - bool "Enable dynamic switching of line numbers" - default n - depends on FEATURE_LESS_DASHCMD - help - Enable "-N" command. - config FEATURE_LESS_WINCH bool "Enable automatic resizing on window size changes" default n @@ -336,6 +321,21 @@ config FEATURE_LESS_WINCH help Makes less track window size changes. +config FEATURE_LESS_DASHCMD + bool "Enable flag changes ('-' command)" + default n + depends on LESS + help + This enables the ability to change command-line flags within + less itself ('-' keyboard command). + +config FEATURE_LESS_LINENUMS + bool "Enable dynamic switching of line numbers" + default n + depends on FEATURE_LESS_DASHCMD + help + Enable "-N" command. + config HDPARM bool "hdparm" default n |