From a817acba0955b7f5cd1a088cbe6efd1c6b40db9c Mon Sep 17 00:00:00 2001 From: Tim Coalson Date: Mon, 27 Apr 2020 15:38:34 -0500 Subject: [PATCH] Fix error message, some indentation consistency --- MSMAll/MSMAllPipeline.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/MSMAll/MSMAllPipeline.sh b/MSMAll/MSMAllPipeline.sh index a1487d5d5..3f41cae4e 100755 --- a/MSMAll/MSMAllPipeline.sh +++ b/MSMAll/MSMAllPipeline.sh @@ -131,14 +131,14 @@ get_options() p_fMRINames=${argument#*=} ;; --multirun-fix-names=*) - p_mrfixNames=${argument#*=} - ;; + p_mrfixNames=${argument#*=} + ;; --multirun-fix-concat-name=*) - p_mrfixConcatName=${argument#*=} - ;; - --multirun-fix-names-to-use=*) - p_mrfixNamesToUse=${argument#*=} - ;; + p_mrfixConcatName=${argument#*=} + ;; + --multirun-fix-names-to-use=*) + p_mrfixNamesToUse=${argument#*=} + ;; --output-fmri-name=*) p_OutputfMRIName=${argument#*=} ;; @@ -203,7 +203,7 @@ get_options() fi if [[ -z "$p_mrfixNamesToUse" ]] then - log_Err "--multirun-fix-concat-name is required when using --multirun-fix-names" + log_Err "--multirun-fix-names-to-use is required when using --multirun-fix-names" error_count=$(( error_count + 1 )) fi fi