Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/hexdump.c')
-rw-r--r--util-linux/hexdump.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/util-linux/hexdump.c b/util-linux/hexdump.c
index be4c1964f..c46ffeca7 100644
--- a/util-linux/hexdump.c
+++ b/util-linux/hexdump.c
@@ -9,14 +9,14 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config HEXDUMP
-//config: bool "hexdump (8.6 kb)"
+//config: bool "hexdump (8.7 kb)"
//config: default y
//config: help
//config: The hexdump utility is used to display binary data in a readable
//config: way that is comparable to the output from most hex editors.
//config:
//config:config HD
-//config: bool "hd (7.8 kb)"
+//config: bool "hd (8.3 kb)"
//config: default y
//config: help
//config: hd is an alias to hexdump -C.