From 50924e8df53cad4590e1147f372aa7b206ae9de6 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Tue, 17 Jan 2017 15:44:23 +0100 Subject: [PATCH] gpioset: fix help text Signed-off-by: Bartosz Golaszewski --- src/tools/gpioset.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/tools/gpioset.c b/src/tools/gpioset.c index be98fe8..9915ba1 100644 --- a/src/tools/gpioset.c +++ b/src/tools/gpioset.c @@ -51,9 +51,9 @@ static void print_help(void) printf(" -b, --background:\tafter setting values: detach from the controlling terminal\n"); printf("\n"); printf("Modes:\n"); - printf(" exit:\tset values and exit immediately\n"); - printf(" wait:\tset values and wait for user to press ENTER\n"); - printf(" time:\tset values and sleep for a specified amount of time\n"); + printf(" exit:\t\tset values and exit immediately\n"); + printf(" wait:\t\tset values and wait for user to press ENTER\n"); + printf(" time:\t\tset values and sleep for a specified amount of time\n"); printf(" signal:\tset values and wait for SIGINT or SIGTERM\n"); } -- 2.30.2