From 8828c6be2c9be1b3fc1c74ea102caa4102bdb1a4 Mon Sep 17 00:00:00 2001 From: Jose Bollo Date: Mon, 23 Dec 2019 17:05:19 +0100 Subject: main-afb-client-demo: Fix typo New line markers were missing. Bug-AGL: SPEC-3066 Change-Id: I4f1cf990edfb7772480ba658b6eda94bdd7e0289 Signed-off-by: Jose Bollo --- src/main-afb-client-demo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main-afb-client-demo.c b/src/main-afb-client-demo.c index 2a85cdae..b189dc80 100644 --- a/src/main-afb-client-demo.c +++ b/src/main-afb-client-demo.c @@ -127,8 +127,8 @@ static void usage(int status, char *arg0) " -p, --pipe COUNT Allow to pipe COUNT requests\n" " -r, --raw Raw output (default)\n" " -s, --sync Synchronous: wait for answers (like -p 1)\n" - " -t, --token TOKEN The token to use" - " -u, --uuid UUID The identifier of session to use" + " -t, --token TOKEN The token to use\n" + " -u, --uuid UUID The identifier of session to use\n" "Example:\n" " %s --human 'localhost:1234/api?token=HELLO&uuid=magic' hello ping\n" "\n", name -- cgit 1.2.3-korg