]> sigrok.org Git - sigrok-cli.git/commit
main: synchronize --get output for MQ with --show output
authorGerhard Sittig <redacted>
Sun, 4 Nov 2018 00:38:42 +0000 (01:38 +0100)
committerGerhard Sittig <redacted>
Sun, 4 Nov 2018 00:38:42 +0000 (01:38 +0100)
commit0bdb08fd3d1b0b410cb1d33b90f531c35008bd4d
tree2e607aa0c2945c2d02e86543b87a1e8ad6e261c5
parentf5735c5ee3e8fb0f1888f0ce22bfb46a99c099df
main: synchronize --get output for MQ with --show output

The --show output used to print human readable text for measured
quantities, --get printed raw numbers for quantity and flags. Adjust
main.c:get_option() to follow the show.c:show_dev_detail() model for
consistency and usability.
main.c