From 919faa2c7a599772b341dd14fdb8bf05e5303d7d Mon Sep 17 00:00:00 2001 From: Stamatios Sotiropoulos <stam@fmrib.ox.ac.uk> Date: Tue, 4 Sep 2012 16:16:41 +0000 Subject: [PATCH] Removed version number --- xfibresoptions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xfibresoptions.h b/xfibresoptions.h index f65e29b..a7d8356 100644 --- a/xfibresoptions.h +++ b/xfibresoptions.h @@ -139,7 +139,7 @@ class xfibresOptions { grad_file(string("--gradnonlin"), string("gradnonlin"), string("Gradient Nonlinearity Tensor file"), false, requires_argument), - options("xfibres v1.11", "xfibres --help (for list of options)\n") + options("xfibres","xfibres --help (for list of options)\n") { try { options.add(verbose); -- GitLab