diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-08-14 14:55:07 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-08-14 14:55:07 +0200 |
commit | 491fc54bbbc680f10fc5b2e3240319076a59dab5 (patch) | |
tree | a51aa00bb69db996d437ac348e929e94594ba7dc /c++11/README | |
parent | a246685c0c5622ecb65ac7a1721282497ec61ee3 (diff) |
Fix incorrect option spelling
Diffstat (limited to 'c++11/README')
-rw-r--r-- | c++11/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/c++11/README b/c++11/README index 72ed07e..7a9829d 100644 --- a/c++11/README +++ b/c++11/README @@ -27,12 +27,12 @@ employee.sql These files are generated by the ODB compiler from employee.hxx using the following command line: - odb -d <database> -std c++11 --generate-schema --generate-query employee.hxx + odb -d <database> --std c++11 --generate-schema --generate-query employee.hxx Where <database> stands for the database system we are using, for example, 'mysql'. - The -std c++11 option is used to instruct the ODB compiler to compile in + The --std c++11 option is used to instruct the ODB compiler to compile in the C++11 mode. database.hxx |