rlpdump -V (return code: 2)
flag provided but not defined: -version
Usage: rlpdump [-noascii] [-hex <data>] [filename]
-hex string
dump given hex data
-noascii
don't print ASCII strings readably
-single
print only the first element, discard the rest
Dumps RLP data from the given file in readable form.
If the filename is omitted, data is read from stdin.
rlpdump --help (return code: 2)
Usage: rlpdump [-noascii] [-hex <data>] [filename]
-hex string
dump given hex data
-noascii
don't print ASCII strings readably
-single
print only the first element, discard the rest
Dumps RLP data from the given file in readable form.
If the filename is omitted, data is read from stdin.