aboutsummaryrefslogtreecommitdiff
path: root/util-linux
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux')
-rw-r--r--util-linux/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in
index 559e4c17a..5f5adc0fe 100644
--- a/util-linux/Config.in
+++ b/util-linux/Config.in
@@ -253,9 +253,9 @@ config GETOPT
253config FEATURE_GETOPT_LONG 253config FEATURE_GETOPT_LONG
254 bool "Support option -l" 254 bool "Support option -l"
255 default y if LONG_OPTS 255 default y if LONG_OPTS
256 depends on GETOPT
256 help 257 help
257 Enable support for recognising long options using the -l option to 258 Enable support for long options (option -l).
258 getopt.
259 259
260config HEXDUMP 260config HEXDUMP
261 bool "hexdump" 261 bool "hexdump"