From 491fc54bbbc680f10fc5b2e3240319076a59dab5 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 14 Aug 2012 14:55:07 +0200 Subject: Fix incorrect option spelling --- c++11/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c++11') 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 -std c++11 --generate-schema --generate-query employee.hxx + odb -d --std c++11 --generate-schema --generate-query employee.hxx Where 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 -- cgit v1.1