From a8cee0ed4e89ed463c502c7c06ee8b05673a7c39 Mon Sep 17 00:00:00 2001 From: David Sarrut Date: Tue, 18 Oct 2011 11:49:35 +0200 Subject: [PATCH] Add info in the command line help --- segmentation/clitkBool.ggo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.1