From: José Bollo Date: Tue, 24 Dec 2019 17:04:36 +0000 (+0100) Subject: fix typo X-Git-Tag: 8.99.5^0 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F70%2F23470%2F1;p=src%2Fcynagora.git fix typo Change-Id: I66490e63094642b48646ca0a159f1053f0be41c6 Signed-off-by: José Bollo --- 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" ;