diff options
author | Jose Bollo <jose.bollo@iot.bzh> | 2019-09-09 12:30:25 +0200 |
---|---|---|
committer | Jose Bollo <jose.bollo@iot.bzh> | 2019-09-09 12:30:25 +0200 |
commit | 5aa2d50ab67d37f3e2118d6ce107d65f88c997da (patch) | |
tree | 12d16304d7e2fa85ee99f5ce7bfe345ce1edf5ce | |
parent | 2ffa3fe4a1b7f7bf4f3a9f2552c740a0e290ee5b (diff) |
Improve help
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
-rw-r--r-- | src/main-cynarad.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main-cynarad.c b/src/main-cynarad.c index 2a2701e..2b8b0d3 100644 --- a/src/main-cynarad.c +++ b/src/main-cynarad.c @@ -120,7 +120,7 @@ helptxt[] = " -m, --make-db-dir make the database directory\n" " -o, --own-db-dir set user and group on database directory\n" "\n" - " -S, --socketdir xxx set the base xxx for sockets\n" + " -S, --socketdir xxx set the base directory xxx for sockets\n" " (default: %s)\n" " -M, --make-socket-dir make the socket directory\n" " -O, --own-socket-dir set user and group on socket directory\n" |