Re: [sigrok-devel] sigrok-cli: passing multiple options with the same key

2015-02-10 Thread Bartosz Golaszewski
2015-02-10 14:16 GMT+01:00 Bert Vermeulen : > On 02/10/2015 01:50 PM, Bartosz Golaszewski wrote: > >> when passing multiple options with the same name to sigrok-cli, only >> the last one in the option string has any effect. >> >> For example: >> >> sigrok-cli --driver=baylibre-acme --config >>

Re: [sigrok-devel] sigrok-cli: passing multiple options with the same key

2015-02-10 Thread Bert Vermeulen
On 02/10/2015 01:50 PM, Bartosz Golaszewski wrote: > when passing multiple options with the same name to sigrok-cli, only > the last one in the option string has any effect. > > For example: > > sigrok-cli --driver=baylibre-acme --config > probe_power=1=off:probe_power=3=off --set > > only

[sigrok-devel] sigrok-cli: passing multiple options with the same key

2015-02-10 Thread Bartosz Golaszewski
Hi, when passing multiple options with the same name to sigrok-cli, only the last one in the option string has any effect. For example: sigrok-cli --driver=baylibre-acme --config probe_power=1=off:probe_power=3=off --set only powers off the third probe. The reason for this is using a GHash