From f5a92c596744fbfbe38fdbf0d5b5925b7f88d5fe Mon Sep 17 00:00:00 2001
From: Christian Beckmann <c.beckmann@donders.ru.nl>
Date: Thu, 9 Aug 2007 17:28:18 +0000
Subject: [PATCH] command line usage

---
 fsl_regfilt.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fsl_regfilt.cc b/fsl_regfilt.cc
index e97434f..675d4cb 100644
--- a/fsl_regfilt.cc
+++ b/fsl_regfilt.cc
@@ -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"),
-- 
GitLab