diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-11-18 05:36:50 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-11-18 05:36:50 +0000 |
commit | fbe5f39f0fe0439678581fdad153f1df437f395d (patch) | |
tree | c7635188b580014e3fe416025bcaaa88e768c221 /util-linux/Config.in | |
parent | 16aec39ebeb2246b0a0d335d5f02f6e1ebca67d1 (diff) | |
download | busybox-w32-fbe5f39f0fe0439678581fdad153f1df437f395d.tar.gz busybox-w32-fbe5f39f0fe0439678581fdad153f1df437f395d.tar.bz2 busybox-w32-fbe5f39f0fe0439678581fdad153f1df437f395d.zip |
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 107382f51..8b0bbd65d 100644 --- a/util-linux/Config.in +++ b/util-linux/Config.in | |||
@@ -210,6 +210,22 @@ config HEXDUMP | |||
210 | The hexdump utility is used to display binary data in a readable | 210 | The hexdump utility is used to display binary data in a readable |
211 | way that is comparable to the output from most hex editors. | 211 | way that is comparable to the output from most hex editors. |
212 | 212 | ||
213 | config HD | ||
214 | bool "hd" | ||
215 | default n | ||
216 | help | ||
217 | hd is an alias to hexdump -C. | ||
218 | |||
219 | config FEATURE_HEXDUMP_REVERSE | ||
220 | bool "Support -R, reverse of 'hexdump -Cv'" | ||
221 | default n | ||
222 | depends on HEXDUMP | ||
223 | help | ||
224 | The hexdump utility is used to display binary data in an ascii | ||
225 | readable way. This option creates binary data from an ascii input. | ||
226 | NB: this option is non-standard. It's unwise to use it in scripts | ||
227 | aimed to be portable. | ||
228 | |||
213 | config HWCLOCK | 229 | config HWCLOCK |
214 | bool "hwclock" | 230 | bool "hwclock" |
215 | default n | 231 | default n |