diff options
Diffstat (limited to 'util-linux/Config.in')
-rw-r--r-- | util-linux/Config.in | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in index 024550172..bfd51bc7b 100644 --- a/util-linux/Config.in +++ b/util-linux/Config.in | |||
@@ -250,6 +250,13 @@ config GETOPT | |||
250 | written by others, this utility may be for you. Most people will | 250 | written by others, this utility may be for you. Most people will |
251 | wisely leave this disabled. | 251 | wisely leave this disabled. |
252 | 252 | ||
253 | config FEATURE_GETOPT_LONG | ||
254 | bool "Support option -l" | ||
255 | default y if LONG_OPTS | ||
256 | help | ||
257 | Enable support for recognising long options using the -l option to | ||
258 | getopt. | ||
259 | |||
253 | config HEXDUMP | 260 | config HEXDUMP |
254 | bool "hexdump" | 261 | bool "hexdump" |
255 | default n | 262 | default n |
@@ -286,7 +293,7 @@ config HWCLOCK | |||
286 | config FEATURE_HWCLOCK_LONG_OPTIONS | 293 | config FEATURE_HWCLOCK_LONG_OPTIONS |
287 | bool "Support long options (--hctosys,...)" | 294 | bool "Support long options (--hctosys,...)" |
288 | default n | 295 | default n |
289 | depends on HWCLOCK && GETOPT_LONG | 296 | depends on HWCLOCK && LONG_OPTS |
290 | help | 297 | help |
291 | By default, the hwclock utility only uses short options. If you | 298 | By default, the hwclock utility only uses short options. If you |
292 | are overly fond of its long options, such as --hctosys, --utc, etc) | 299 | are overly fond of its long options, such as --hctosys, --utc, etc) |