diff options
author | Jose Bollo <jose.bollo@iot.bzh> | 2019-12-23 17:05:19 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2019-12-24 10:29:46 +0100 |
commit | 8828c6be2c9be1b3fc1c74ea102caa4102bdb1a4 (patch) | |
tree | 3389d137038cbdedc0d28d968d49617c797ba77b | |
parent | 2ed1d659b481c50380faed568818443d092f06ec (diff) |
main-afb-client-demo: Fix typo
New line markers were missing.
Bug-AGL: SPEC-3066
Change-Id: I4f1cf990edfb7772480ba658b6eda94bdd7e0289
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
-rw-r--r-- | src/main-afb-client-demo.c | 4 |
1 files 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 |