summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2019-12-24 18:04:36 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2019-12-24 18:04:36 +0100
commit1685b6a3370f944e30c9ea9cc078d3fc4c243934 (patch)
treebce03ca0e571a92115820a820f6fb19c1a5ef40d
parentc29761cd1628960ee2b11a469763479ac5ef1dfa (diff)
Change-Id: I66490e63094642b48646ca0a159f1053f0be41c6 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r--src/main-cynagora-agent.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/main-cynagora-agent.c b/src/main-cynagora-agent.c
index 99d7338..2e7e310 100644
--- a/src/main-cynagora-agent.c
+++ b/src/main-cynagora-agent.c
@@ -76,11 +76,11 @@ helptxt[] =
"usage: cynagora-agent [options]... name [program [args]...]\n"
"\n"
"options:\n"
- " -s, --socket xxx set the base xxx for sockets\n"
- " -p, --piped replace stdin/out by out/in of program"
- " -h, --help print short help and exit\n"
- " -H, --long-help print long help and exit\n"
- " -v, --version print the version and exit\n"
+ " -s, --socket xxx set the base xxx for sockets\n"
+ " -p, --piped replace stdin/out by out/in of program\n"
+ " -h, --help print short help and exit\n"
+ " -H, --long-help print long help and exit\n"
+ " -v, --version print the version and exit\n"
"\n"
;