From: bangerth Date: Tue, 22 Dec 2009 13:30:33 +0000 (+0000) Subject: Clarify. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b16dc0bed7e83a994850bd5f0911a5a2b5f89fba;p=dealii-svn.git Clarify. git-svn-id: https://svn.dealii.org/trunk@20264 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-33/step-33.cc b/deal.II/examples/step-33/step-33.cc index 46bfe39dd1..f862e8abbc 100644 --- a/deal.II/examples/step-33/step-33.cc +++ b/deal.II/examples/step-33/step-33.cc @@ -3112,7 +3112,7 @@ int main (int argc, char *argv[]) deallog.depth_console(0); if (argc != 2) { - std::cout << "Usage:" << argv[0] << " infile" << std::endl; + std::cout << "Usage:" << argv[0] << " input_file" << std::endl; std::exit(1); }