Add switch to toggle endianness of hex output
Since most mainstream architectures are little-endian, it would be nice to see the output hexadecimal in little-endian when handwriting binaries in xxd -r
format. This is just a simple convenience request, but it would be nice to just know which endianness the output is at a glance.