Skip to content
Snippets Groups Projects
Commit 552faa10 authored by Mark Jenkinson's avatar Mark Jenkinson
Browse files

Fixed option examples

parent b605fbbf
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ using std::vector; ...@@ -22,7 +22,7 @@ using std::vector;
using namespace Utilities; using namespace Utilities;
string title="cluster (Version 1.0)\nCopyright(c) 2000, University of Oxford (Mark Jenkinson)"; string title="cluster (Version 1.0)\nCopyright(c) 2000, University of Oxford (Mark Jenkinson)";
string examples="cluster --in <filename> --thresh <value> [options]"; string examples="cluster --in=<filename> --thresh=<value> [options]";
Option<bool> verbose(string("-v,--verbose"), false, Option<bool> verbose(string("-v,--verbose"), false,
string("switch on diagnostic messages"), string("switch on diagnostic messages"),
......
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