diff options
author | José Bollo <jose.bollo@iot.bzh> | 2019-08-14 07:44:47 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2019-08-14 07:44:47 +0200 |
commit | 2e65887552be0da15c1f7b276a8aaa810521260b (patch) | |
tree | 18e720a0f6c559439c0f7ce1341f3e433e465113 | |
parent | 3a7d420edf385cdeabebc1c28440aeb9adeea1cb (diff) |
Fix tab/space issue
Change-Id: I1ef85b90f5361af31247f0547376af0e5f08f14d
Signed-off-by: José 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 53bea31..2a2701e 100644 --- a/src/main-cynarad.c +++ b/src/main-cynarad.c @@ -114,7 +114,7 @@ helptxt[] = " -g, --group xxx set the group\n" " -i, --init xxx initialize if needed the database with file xxx\n" " (default: "DEFAULT_INIT_FILE"\n" - " -l, --log activate log of transactions\n" + " -l, --log activate log of transactions\n" " -d, --dbdir xxx set the directory of database\n" " (default: "DEFAULT_DB_DIR")\n" " -m, --make-db-dir make the database directory\n" |