summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordliakh <dliakh@gmail.com>2017-01-05 00:23:24 +0200
committerGitHub <noreply@github.com>2017-01-05 00:23:24 +0200
commitf3898eea5f3d822ee520e2fdc07a6fc05b67e4d2 (patch)
treef519d558b3a0be0ab3f132e4d9b8168abdbb2c84
parentb52af93c62400b6bf53225a5ddcbb7439d684143 (diff)
downloadpersistence-client-library-f3898eea5f3d822ee520e2fdc07a6fc05b67e4d2.tar.gz
Fix typo in the command line option specification
--with-database=key-value-store instead of the '-- with_database=key-value-store' https://at.projects.genivi.org/jira/browse/PCL-2
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 238ab74..b0a424d 100644
--- a/README
+++ b/README
@@ -27,7 +27,7 @@ The client library has the following dependencies
* Libraries
** automotive-dlt (http://projects.genivi.org/diagnostic-log-trace/)
** Persistence Common Object (https://github.com/GENIVI/persistence-common-object.git)
- Add "-- with_database=key-value-store" to the configure step
+ Add "--with-database=key-value-store" to the configure step
The default backend if Itzam/C and will not supported anymore.
** dbus-1
** check unit test framework for C used when configured with "--enable-tests"