From: Wolfgang Bangerth Date: Tue, 22 Dec 2009 13:30:33 +0000 (+0000) Subject: Clarify. X-Git-Tag: v8.0.0~6716 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a728041f8f911a89808c0c411cd313ab3581c66;p=dealii.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); }