From: José Bollo Date: Wed, 14 Aug 2019 05:44:47 +0000 (+0200) Subject: Fix tab/space issue X-Git-Tag: 8.99.1~45 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=2e65887552be0da15c1f7b276a8aaa810521260b;p=src%2Fcynagora.git Fix tab/space issue Change-Id: I1ef85b90f5361af31247f0547376af0e5f08f14d Signed-off-by: José Bollo --- 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"