uweseimet / scsi2pi

Advanced performant SCSI/SASI emulation and tools for the PiSCSI/RaSCSI board
https://www.scsi2pi.net
BSD 3-Clause "New" or "Revised" License
9 stars 2 forks source link

s2pdump: Add long option support #26

Closed uweseimet closed 9 months ago

uweseimet commented 9 months ago

In order to have more descriptive options in addition to the one-letter options, s2pdump shall use getopt_long() instead of getopt() for parsing command line options. In addition, some of the options shall be changed/renamed to be more consistent.