@@ -76,6 +76,16 @@ Change the character encoding in the righthand column from ASCII to EBCDIC.
76
76
This does not change the hexadecimal representation. The option is
77
77
meaningless in combinations with \- r, \- p or \- i.
78
78
.TP
79
+ .IR \- e
80
+ Switch to little-endian hexdump.
81
+ This option treats byte groups as words in little-endian byte order.
82
+ The default grouping of 4 bytes may be changed using
83
+ .RI " " \- g .
84
+ This option only applies to hexdump, leaving the ASCII (or EBCDIC)
85
+ representation unchanged.
86
+ The command line switches
87
+ \- r, \- p, \- i do not work with this mode.
88
+ .TP
79
89
.IR " \- g bytes " | " \- groupsize bytes"
80
90
separate the output of every
81
91
.RI < bytes >
@@ -84,7 +94,7 @@ Specify
84
94
.I \- g 0
85
95
to suppress grouping.
86
96
.RI < Bytes " > defaults to " 2
87
- in normal mode and \fI 1 \fP in bits mode.
97
+ in normal mode, \fI 4 \fP in little-endian mode and \fI 1 \fP in bits mode.
88
98
Grouping does not apply to postscript or include style.
89
99
.TP
90
100
.IR \- h " | " \- help
@@ -99,6 +109,11 @@ stop after writing
99
109
.RI < len >
100
110
octets.
101
111
.TP
112
+ .I \- o offset
113
+ add
114
+ .RI < offset >
115
+ to the displayed file position.
116
+ .TP
102
117
.IR \- p " | " \- ps " | " \- postscript " | " \- plain
103
118
output in postscript continuous hexdump style. Also known as plain hexdump
104
119
style.
0 commit comments