Reword toggle option help to add that a 0 terminated sequence will exit.
Signed-off-by: Kent Gibson <warthog618@gmail.com>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
printf(" -s, --strict\t\tabort if requested line names are not unique\n");
printf(" -t, --toggle <period>[,period]...\n");
printf("\t\t\ttoggle the line(s) after the specified period(s)\n");
- printf("\t\t\tIf the last period is non-zero then the sequence repeats.\n");
+ printf("\t\t\tIf the last period is 0 then gpioset exits else the sequence repeats.\n");
printf(" --unquoted\tdon't quote line names\n");
printf(" -v, --version\t\toutput version information and exit\n");
printf(" -z, --daemonize\tset values then detach from the controlling terminal\n");