bc: convert to "G trick" - this returns bc to zero bss increase
[oweals/busybox.git] / util-linux / hexdump.c
index e8c0ee0f52558e6d6e7dae22db5e9ba9b181eef6..719feaf4ef692713b558f69914af42b617346d36 100644 (file)
 //config:      bool "hexdump (8.8 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:      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 FEATURE_HEXDUMP_REVERSE
 //config:      bool "Support -R, reverse of 'hexdump -Cv'"
 //config:      default y
 //config:      depends on HEXDUMP
 //config:      help
-//config:        The hexdump utility is used to display binary data in an ascii
-//config:        readable way. This option creates binary data from an ascii input.
-//config:        NB: this option is non-standard. It's unwise to use it in scripts
-//config:        aimed to be portable.
+//config:      The hexdump utility is used to display binary data in an ascii
+//config:      readable way. This option creates binary data from an ascii input.
+//config:      NB: this option is non-standard. It's unwise to use it in scripts
+//config:      aimed to be portable.
 //config:
 //config:config HD
 //config:      bool "hd (8 kb)"
 //config:      default y
 //config:      help
-//config:        hd is an alias to hexdump -C.
+//config:      hd is an alias to hexdump -C.
 
 //applet:IF_HEXDUMP(APPLET_NOEXEC(hexdump, hexdump, BB_DIR_USR_BIN, BB_SUID_DROP, hexdump))
 //applet:IF_HD(APPLET_NOEXEC(hd, hexdump, BB_DIR_USR_BIN, BB_SUID_DROP, hd))