From 1685b6a3370f944e30c9ea9cc078d3fc4c243934 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Bollo?= Date: Tue, 24 Dec 2019 18:04:36 +0100 Subject: [PATCH] fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I66490e63094642b48646ca0a159f1053f0be41c6 Signed-off-by: José Bollo --- src/main-cynagora-agent.c | 10 +++++----- 1 file 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" ; -- 2.16.6