From b8555393d00ec48762a45972f29e92b53ce5bb05 Mon Sep 17 00:00:00 2001 From: Robert Smith Date: Sat, 4 Dec 2021 10:19:52 +1100 Subject: [PATCH] 5ttcheck: Fix terminal message RE: -voxels option --- cmd/5ttcheck.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/5ttcheck.cpp b/cmd/5ttcheck.cpp index 0641d10d78..5be4a22590 100644 --- a/cmd/5ttcheck.cpp +++ b/cmd/5ttcheck.cpp @@ -145,7 +145,7 @@ void run () } } - const std::string vox_option_suggestion = get_options ("masks").size() ? (" (suggest checking " + std::string(argument.size() > 1 ? "outputs from" : "output of") + " -masks option)") : " (suggest re-running using the -masks option to see voxels where tissue fractions do not sum to 1.0)"; + const std::string vox_option_suggestion = get_options ("voxels").size() ? (" (suggest checking " + std::string(argument.size() > 1 ? "outputs from" : "output of") + " -voxels option)") : " (suggest re-running using the -voxels option to see voxels where tissue fractions do not sum to 1.0)"; if (major_error_count) { if (argument.size() > 1)