From: David Sarrut Date: Tue, 18 Oct 2011 09:49:35 +0000 (+0200) Subject: Add info in the command line help X-Git-Tag: v1.3.0~180^2~8 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=a8cee0ed4e89ed463c502c7c06ee8b05673a7c39;p=clitk.git Add info in the command line help --- diff --git a/segmentation/clitkBool.ggo b/segmentation/clitkBool.ggo index ede9646..f885655 100644 --- a/segmentation/clitkBool.ggo +++ b/segmentation/clitkBool.ggo @@ -11,4 +11,4 @@ option "input" i "Input mask 1" string yes option "input2" j "Input mask 2" string yes option "output" o "Output filename" string yes -option "type" t "Bool type : " int default="1" no +option "type" t "Bool type (0=AndNot, 1=And, 2=Or)" int default="1" no