From: dsarrut Date: Thu, 3 Mar 2011 10:18:05 +0000 (+0000) Subject: remove "required" for flag 'mode' X-Git-Tag: v1.2.0~210 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=21799ce0c562ddbbfe00d55309809f2f5066a93b;p=clitk.git remove "required" for flag 'mode' --- diff --git a/tools/clitkBinarizeImage.ggo b/tools/clitkBinarizeImage.ggo index 6f99548..c99af0f 100644 --- a/tools/clitkBinarizeImage.ggo +++ b/tools/clitkBinarizeImage.ggo @@ -14,5 +14,6 @@ option "upper" u "Upper intensity (default=max), fg is lower than this va option "fg" - "Foreground (FG) or 'inside' value" double no default="1" option "bg" - "Background (BG) or 'ouside' value" double no default="0" -option "mode" - "Use FG and/or BG values (if FG, the BG is replaced by the input image values)" values="FG","BG","both" default="both" required +option "mode" - "Use FG and/or BG values (if FG, the BG is replaced by the input image values)" values="FG","BG","both" default="both" +