diff --git a/eo/tutorial/html/SecondBitEA.html b/eo/tutorial/html/SecondBitEA.html
index c1ebd3cbb..ea043f026 100644
--- a/eo/tutorial/html/SecondBitEA.html
+++ b/eo/tutorial/html/SecondBitEA.html
@@ -205,10 +205,10 @@ else, postpone these
parser.printHelp(cout);
exit(1);
}
-
if (status_nameParam.value() != "")
+
if (statusParam.value() != "")
{
ofstream
-os(status_nameParam.value().c_str());
+os(statusParam.value().c_str());
os <<
parser; // and you can use that file as parameter file
}