diff --git a/dumux/common/start.hh b/dumux/common/start.hh index 550149633c1f70219660d411505e7f2b9148b061..a52d8805e85f8bd725ba717eb7937a1cae95bfc7 100644 --- a/dumux/common/start.hh +++ b/dumux/common/start.hh @@ -295,9 +295,9 @@ int start_(int argc, // this must be an error. Otherwise proceed. if (ParameterTree::tree().hasKey("ParameterFile")) { - std::cout << "\n\t -> Could not open file" + std::cout << "\n\t -> Could not open file '" << parameterFileName - << ". <- \n\n\n\n"; + << "'. <- \n\n\n\n"; usage(argv[0], usageTextBlock()); return 1; }