diff options
author | Denis Vlasenko | 2007-11-18 05:36:50 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-11-18 05:36:50 +0000 |
commit | fbe5f39f0fe0439678581fdad153f1df437f395d (patch) | |
tree | c7635188b580014e3fe416025bcaaa88e768c221 /util-linux/Config.in | |
parent | 16aec39ebeb2246b0a0d335d5f02f6e1ebca67d1 (diff) | |
download | busybox-fbe5f39f0fe0439678581fdad153f1df437f395d.zip busybox-fbe5f39f0fe0439678581fdad153f1df437f395d.tar.gz |
hexdump: add hd alias, add -R option
Diffstat (limited to 'util-linux/Config.in')
-rw-r--r-- | util-linux/Config.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in index 107382f..8b0bbd6 100644 --- a/util-linux/Config.in +++ b/util-linux/Config.in @@ -210,6 +210,22 @@ config HEXDUMP The hexdump utility is used to display binary data in a readable way that is comparable to the output from most hex editors. +config HD + bool "hd" + default n + help + hd is an alias to hexdump -C. + +config FEATURE_HEXDUMP_REVERSE + bool "Support -R, reverse of 'hexdump -Cv'" + default n + depends on HEXDUMP + help + The hexdump utility is used to display binary data in an ascii + readable way. This option creates binary data from an ascii input. + NB: this option is non-standard. It's unwise to use it in scripts + aimed to be portable. + config HWCLOCK bool "hwclock" default n |