summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGianpaolo Macario <gianpaolo_macario@mentor.com>2017-02-13 14:30:58 +0000
committerGianpaolo Macario <gianpaolo_macario@mentor.com>2017-02-13 14:30:58 +0000
commitcb0e975152f365eaa14f66c2bf8019fe5ef23d91 (patch)
treed880996d85a025c002b2328784fbd34a64d63ef3
parent32d274845939cf706134ac40ebaa378efaa89a6b (diff)
downloadpersistence-client-library-cb0e975152f365eaa14f66c2bf8019fe5ef23d91.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 Signed-off-by: Gianpaolo Macario <gianpaolo_macario@mentor.com>
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6ff4851..80ef78a 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ The client library has the following dependencies
* build-time library dependencies;
* 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 previous default backend Itzam/C and will not supported anymore.
* dbus-1
* check unit test framework for C used when configured with "--enable-tests"
@@ -75,7 +75,7 @@ Preconditions:
* Persistence Common Object is available in the system
* The GENIVI Persistence Common Object is available here:
http://git.projects.genivi.org/?p=persistence/persistence-common-object.git
- use the key-value-store backend (run configure step with "-- with_database=key-value-store")
+ use the key-value-store backend (run configure step with "--with_database=key-value-store")
* Persistence partitions has been created and mounted and test data is
* If partition and data is not available, use the PAS to setup the test data.
* make sure node-state-manager and pers_admin_svc are running