main-afb-client-demo: Fix typo 69/23469/1
authorJose Bollo <jose.bollo@iot.bzh>
Mon, 23 Dec 2019 16:05:19 +0000 (17:05 +0100)
committerJosé Bollo <jose.bollo@iot.bzh>
Tue, 24 Dec 2019 09:29:46 +0000 (10:29 +0100)
New line markers were missing.

Bug-AGL: SPEC-3066

Change-Id: I4f1cf990edfb7772480ba658b6eda94bdd7e0289
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
src/main-afb-client-demo.c

index 2a85cda..b189dc8 100644 (file)
@@ -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