aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-04-10 18:51:59 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-04-10 18:51:59 +0200
commit502926d96b0b5d79dc639b8388fbf19b11cda277 (patch)
treeaa2ba2482c7a4ed49b79a99883c32f2dee8706af /INSTALL
parentb0c2c30dd0b83ea67fb2c8375ae2061dad0d1770 (diff)
Fix invalid option format in documentation
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index ba1251c..c0f6c60 100644
--- a/INSTALL
+++ b/INSTALL
@@ -32,7 +32,7 @@ After unpacking the source code archive, change to the odb-tests
package directory (referred to as odb-tests/ 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: