From 7581c90b51e798f535ec32587e3f97e9f30b80d5 Mon Sep 17 00:00:00 2001
From: Saad Jbabdi <saad@fmrib.ox.ac.uk>
Date: Fri, 9 Nov 2012 08:58:56 +0000
Subject: [PATCH] small modif to the usage

---
 fdt_rotate_bvecs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fdt_rotate_bvecs b/fdt_rotate_bvecs
index e96a86a..7ea93ed 100644
--- a/fdt_rotate_bvecs
+++ b/fdt_rotate_bvecs
@@ -3,7 +3,7 @@
 if [ "$3" == "" ] ; then 
  echo "Usage: <original bvecs> <rotated bvecs> <ecclog>"
  echo ""
- echo "<ecclog>	is the output log file from ecc"
+ echo "<ecclog>	is the output log file from eddy_correct"
  echo ""
  exit 1;
 fi
-- 
GitLab