From: Romulo Pinho Date: Fri, 8 Feb 2013 12:21:14 +0000 (+0100) Subject: clitkDicomRTStruct2Image: small correction in help message X-Git-Tag: v1.4.0~247^2 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=0d33311c422499d5f92034407d84d70282ef8f1f;p=clitk.git clitkDicomRTStruct2Image: small correction in help message --- diff --git a/tools/clitkDicomRTStruct2Image.ggo b/tools/clitkDicomRTStruct2Image.ggo index 06211bb..33fb3b7 100644 --- a/tools/clitkDicomRTStruct2Image.ggo +++ b/tools/clitkDicomRTStruct2Image.ggo @@ -12,7 +12,7 @@ option "output" o "Output image filename" string yes defgroup "ROIoption" groupdesc="an option of this group is required" groupoption "roi" r "ROI to binarize (if -1 = all roi)" int no default="-1" group="ROIoption" groupoption "roiName" n "ROI name to binarize (be wary of spaces in ROI names; if blank, use given 'roi' value)" string no default="" group="ROIoption" -groupoption "roiNameSubstr" s "Substring of ROI name to binarize (reuturns the first match; if blank, use given 'roiName' value)" string no default="" group="ROIoption" +groupoption "roiNameSubstr" s "Substring of ROI name to binarize (reuturns all matches; if blank, use given 'roiName' value)" string no default="" group="ROIoption" option "crop" c "Crop binary mask" flag off