mbox series

[libgpiod,v2,0/2] gpioset: improve help

Message ID 20231229093328.62366-1-warthog618@gmail.com
Headers show
Series gpioset: improve help | expand

Message

Kent Gibson Dec. 29, 2023, 9:33 a.m. UTC
A couple of improvements to gpioset help.

The first is another swing at improving the description of the
behaviour when gpioset exits.

The second patch better describes the zero-terminated
sequence behaviour in the toggle option help.

Cheers,
Kent.

Changes v1 -> v2:
 - fixed the subject prefix.
 - added patch 2.

Kent Gibson (2):
  gpioset: reword note on post-exit behaviour
  gpioset: improve toggle option help

 tools/gpioset.c | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

--
2.39.2

Comments

Bartosz Golaszewski Jan. 2, 2024, 2:08 p.m. UTC | #1
On Fri, Dec 29, 2023 at 10:33 AM Kent Gibson <warthog618@gmail.com> wrote:
>
> A couple of improvements to gpioset help.
>
> The first is another swing at improving the description of the
> behaviour when gpioset exits.
>
> The second patch better describes the zero-terminated
> sequence behaviour in the toggle option help.
>
> Cheers,
> Kent.
>
> Changes v1 -> v2:
>  - fixed the subject prefix.
>  - added patch 2.
>
> Kent Gibson (2):
>   gpioset: reword note on post-exit behaviour
>   gpioset: improve toggle option help
>
>  tools/gpioset.c | 11 +++++------
>  1 file changed, 5 insertions(+), 6 deletions(-)
>
> --
> 2.39.2
>

Ah, this is the v2 for the gpioset patch. I applied these two instead.

Bart