From: tbaudier Date: Thu, 26 Jul 2018 12:46:52 +0000 (+0200) Subject: cosmetic X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=6768082788c659323f7b6169d0a4db548d3359bf;p=clitk.git cosmetic Remove tabs --- diff --git a/tools/clitkSplitImage.ggo b/tools/clitkSplitImage.ggo index e9b4b3f..5d427eb 100644 --- a/tools/clitkSplitImage.ggo +++ b/tools/clitkSplitImage.ggo @@ -4,12 +4,12 @@ version "1.0" purpose "Split an image into n images along a dimension" -option "config" - "Config file" string no -option "input" i "Input image filename" string yes -option "output" o "Output image base filename" string yes -option "verbose" v "Verbose" flag off +option "config" - "Config file" string no +option "input" i "Input image filename" string yes +option "output" o "Output image base filename" string yes +option "verbose" v "Verbose" flag off -option "dimension" d "Dimension to split on" int yes -option "png" p "Png file format" flag off -option "window" w "Window" double no -option "level" l "Level" double no +option "dimension" d "Dimension to split on" int yes +option "png" p "Png file format" flag off +option "window" w "Window" double no +option "level" l "Level" double no