aboutsummaryrefslogtreecommitdiff
path: root/mapping
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-08-14 14:56:53 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-08-14 14:56:53 +0200
commit55268128a30a56bfd42a4ffb382ad3a5179a739f (patch)
tree85b64ccbee4f86dc1251003eeeae30e0f910358f /mapping
parent491fc54bbbc680f10fc5b2e3240319076a59dab5 (diff)
Use portable version of the command line
Diffstat (limited to 'mapping')
-rw-r--r--mapping/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/mapping/README b/mapping/README
index 4c9c224..2a93d1f 100644
--- a/mapping/README
+++ b/mapping/README
@@ -28,7 +28,7 @@ person.sql
following command line:
odb -d <database> --generate-query --generate-schema \
- --hxx-prologue '#include "traits.hxx"' person.hxx
+ --hxx-prologue "#include \"traits.hxx\"" person.hxx
Where <database> stands for the database system we are using, for example,
'mysql'.