diff options
-rw-r--r-- | src/main-cynagora-agent.c | 10 |
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" ; |