Skip to content
Snippets Groups Projects
Commit 3a5a47da authored by Christian Beckmann's avatar Christian Beckmann
Browse files

spelling corrected

parent 2fc4ed20
No related branches found
No related tags found
No related merge requests found
...@@ -52,10 +52,10 @@ using namespace std; ...@@ -52,10 +52,10 @@ using namespace std;
string(" set degrees-of-freedom explicitly"), string(" set degrees-of-freedom explicitly"),
false, requires_argument); false, requires_argument);
Option<bool> normdes(string("--des_norm"),FALSE, Option<bool> normdes(string("--des_norm"),FALSE,
string(" switch on normalisation of the design matrix columns to unit std. deviation"), string("switch on normalisation of the design matrix columns to unit std. deviation"),
false, no_argument); false, no_argument);
Option<bool> perfvn(string("--vn"),FALSE, Option<bool> perfvn(string("--vn"),FALSE,
string(" perfrom MELODIC variance-normalisation on data"), string(" perform MELODIC variance-normalisation on data"),
false, no_argument); false, no_argument);
Option<int> help(string("-h,--help"), 0, Option<int> help(string("-h,--help"), 0,
string("display this help text"), string("display this help text"),
......
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