From: wolf Date: Wed, 25 May 2005 18:22:28 +0000 (+0000) Subject: Specifying the output format is optional. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db8ad7493f9234ff980079979ef6673d1dd49670;p=dealii-svn.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;