cbrake / linux-serial-test

Linux Serial Test Application
302 stars 154 forks source link

Repair short and long options argument definitions to be consistent. #46

Closed joluxer closed 1 year ago

joluxer commented 1 year ago

Experimenting with a couple of command line options I noticed inconsistencies in the behavior, such as swallowing other options or not using option arguments.

Some minor digging showed inconsistencies, which should be solved in the presented pull-request.

Best regards, Jo.

cbrake commented 1 year ago

Thanks!