From 8a728041f8f911a89808c0c411cd313ab3581c66 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 22 Dec 2009 13:30:33 +0000 Subject: [PATCH] Clarify. git-svn-id: https://svn.dealii.org/trunk@20264 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-33/step-33.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.39.5