aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-04-10 18:51:58 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-04-10 18:51:58 +0200
commitbdc202e8f19f0ea7191c7edae6f5ffed9c1e7d08 (patch)
treebcb1805e514aabf1c5107275525e740659ab791e
parent0cef52488bd5f01150681b0deb9e338337714a35 (diff)
Fix invalid option format in documentation
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index a467a4c..7f4cad7 100644
--- a/INSTALL
+++ b/INSTALL
@@ -32,7 +32,7 @@ After unpacking the source code archive, change to the odb-examples
package directory (referred to as odb-examples/ from now on) and run
the configure script, for example:
-./configure --with-database <database>
+./configure --with-database=<database>
To see the available configuration options run configure with --help: