From 21799ce0c562ddbbfe00d55309809f2f5066a93b Mon Sep 17 00:00:00 2001 From: dsarrut Date: Thu, 3 Mar 2011 10:18:05 +0000 Subject: [PATCH] remove "required" for flag 'mode' --- tools/clitkBinarizeImage.ggo | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" + -- 2.47.1