~fluidity-core/fluidity/exorcised

« back to all changes in this revision

Viewing changes to main/Usage.cpp

  • Committer: Lawrence Mitchell
  • Date: 2011-09-08 09:22:31 UTC
  • Revision ID: lawrence.mitchell@ed.ac.uk-20110908092231-nd757bgv2eujlojq
Fix help output for --log option

Turning on logging doesn't set the verbosity level to 2, so don't
claim that it does.

Show diffs side-by-side

added added

removed removed

Lines of Context:
197
197
  cerr<<"\n\nUsage: "<<cmd<<" [options ...] [simulation-file]\n"
198
198
      <<"\nOptions:\n"
199
199
      <<" -h, --help\n\tHelp! Prints this message.\n"
200
 
      <<" -l, --log\n\tCreate log file for each process (useful for non-interactive testing)."
201
 
      <<" Sets default value for -v to 2.\n"
 
200
      <<" -l, --log\n\tCreate log file for each process (useful for non-interactive testing).\n"
202
201
      <<" -v <level>, --verbose\n\tVerbose output to stdout, default level 0\n"
203
202
      <<" -V, --version\n\tVersion\n";
204
203
  return;