summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngo Huerner <ingo_huerner@mentor.com>2017-02-13 14:44:19 +0100
committerGitHub <noreply@github.com>2017-02-13 14:44:19 +0100
commit72f222f8d108070532abd29324deb9a0dd3385ff (patch)
treeb5c76f543b33fb78ec2a3760de955899916488b2
parent5f1f922696076a3f9e5a894a1c4bbc29dafa30e6 (diff)
parentf3898eea5f3d822ee520e2fdc07a6fc05b67e4d2 (diff)
downloadpersistence-client-library-72f222f8d108070532abd29324deb9a0dd3385ff.tar.gz
Merge pull request #2 from dliakh/patch-1
Fix typo in the command line option specification
-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"