]> Creatis software - clitk.git/commitdiff
clitkDicomRTStruct2Image: small correction in help message
authorRomulo Pinho <romulo.pinho@lyon.unicancer.fr>
Fri, 8 Feb 2013 12:21:14 +0000 (13:21 +0100)
committerRomulo Pinho <romulo.pinho@lyon.unicancer.fr>
Fri, 8 Feb 2013 12:21:14 +0000 (13:21 +0100)
tools/clitkDicomRTStruct2Image.ggo

index 06211bb334b38902ae4ed679e4b24a83663c9eee..33fb3b75c4931a70c1625c4aaa1e984f70381575 100644 (file)
@@ -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