Update and rename e.lua to data_hex_crc.lua

This commit is contained in:
Marlin Sööse 2020-08-13 10:31:20 -06:00 committed by Philippe Teuwen
parent 383eecf8e5
commit f2e683f248

View file

@ -9,11 +9,11 @@ desc = [[
This script calculates many checksums (CRC) over the provided hex input. This script calculates many checksums (CRC) over the provided hex input.
]] ]]
example = [[ example = [[
script run e -b 010203040506070809 script run data_hex_crc -b 010203040506070809
script run e -b 010203040506070809 -w 16 script run data_hex_crc -b 010203040506070809 -w 16
]] ]]
usage = [[ usage = [[
script run e [-b <hex bytes] [-w <width>] script run data_hex_crc [-b <hex bytes] [-w <width>]
]] ]]
arguments = [[ arguments = [[
-b data in hex -b data in hex