From beb82dd31f30328e5af615db0e18f020d65eba4d Mon Sep 17 00:00:00 2001
From: Christian Beckmann <c.beckmann@donders.ru.nl>
Date: Sun, 7 Dec 2008 21:49:28 +0000
Subject: [PATCH]  added eig option

---
 fslmeants.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fslmeants.cc b/fslmeants.cc
index 3caa655..7b2e697 100644
--- a/fslmeants.cc
+++ b/fslmeants.cc
@@ -58,10 +58,10 @@ Option<float> coordval(string("-c"), 0.0,
 		  string("~<x y z>\trequested spatial coordinate (instead of mask)"), 
 		  false, requires_3_arguments);
 Option<bool> eig(string("--eig"), false,
-		  string("calculate Eigenvariate(s) instead of mean (output will have 0 mean)"),
+		  string("        calculate Eigenvariate(s) instead of mean (output will have 0 mean)"),
 		  false, no_argument);
 Option<int> order(string("--order"), 1,
-		  string("select number of Eigenvariates (default 1)"),
+		  string("        select number of Eigenvariates (default 1)"),
 		  false, requires_argument);
 int nonoptarg;
 
-- 
GitLab