diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-12-01 08:57:14 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-12-01 08:57:14 +0200 |
commit | e234c1d739c82dc4bc4fc8941543d613bd046db4 (patch) | |
tree | 244dea207fa232b8963de30d7bde5c7e7736a299 | |
parent | cb40945791f1397563be0cf5e0f650eabc48212c (diff) |
Cosmetic changes
-rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -81,8 +81,8 @@ automatically. For each <database> value the configure script has a set of options in the form --with-<database>-* that allow you to specify various database system parameters, such as the login name, password, and database name, -that should be used when running the examples. Run configure with ---help to see the available options for your database. +that should be used when running the examples. Run configure with --help +to see the available options for your database. As another example, the following configure command uses the specified C++ compiler and compiles with optimization and without debug information: |