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

command line usage

parent 09a55c10
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ using namespace std;
string("output file name for the filtered data"),
true, requires_argument);
Option<string> fndesign(string("-d,--design"), string(""),
string("file name of the GLM design matrix (time courses)"),
string("file name of the matrix with time courses (e.g. GLM design or MELODIC mixing matrix)"),
true, requires_argument);
Option<string> fnmask(string("-m,--mask"), string(""),
string("mask image file name"),
......
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