Skip to content
Snippets Groups Projects
Commit ac516d9b authored by Stephen Smith's avatar Stephen Smith
Browse files

*** empty log message ***

parent 51e05352
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ void print_usage(int argc, char *argv[])
{
cout << "Usage: " << argv[0] << " [options] <varsfile> <cbsfile> <dof> \n"
<< " Available options are:\n"
<< " -zout <outputvol> (default is "
<< " -logpout <outputvol> (default is "
<< globalopts.logpfname << ")\n"
<< " -help\n\n";
}
......@@ -148,3 +148,4 @@ int main(int argc,char *argv[])
throw;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment