From: Wolfgang Bangerth Date: Wed, 25 May 2005 18:22:28 +0000 (+0000) Subject: Specifying the output format is optional. X-Git-Tag: v8.0.0~13807 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed4dfb0cb529154a3616b937a8d86ed11ef2ae05;p=dealii.git Specifying the output format is optional. git-svn-id: https://svn.dealii.org/trunk@10749 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-19/step-19.cc b/deal.II/examples/step-19/step-19.cc index 7196a1370b..c245ab3ff8 100644 --- a/deal.II/examples/step-19/step-19.cc +++ b/deal.II/examples/step-19/step-19.cc @@ -135,7 +135,7 @@ int main (int argc, char ** argv) << "other graphics formats." << std::endl << std::endl << "Usage: ./step-19 [-p parameter_file] " - << "list_of_input_files -x output_format " + << "list_of_input_files [-x output_format] " << "output_file" << std::endl << std::endl;