]> Creatis software - clitk.git/commitdiff
Updated help of vv command line
authorSimon Rit <simon.rit@creatis.insa-lyon.fr>
Tue, 10 Dec 2013 12:14:15 +0000 (13:14 +0100)
committerSimon Rit <simon.rit@creatis.insa-lyon.fr>
Tue, 10 Dec 2013 12:14:15 +0000 (13:14 +0100)
vv/vv.cxx

index 5df3415e0437ed44a77a9ebf15c6358bd8e620d2..6a367f7da07ccac1973ffff458bde573cbe75616 100644 (file)
--- a/vv/vv.cxx
+++ b/vv/vv.cxx
@@ -182,8 +182,8 @@ int main( int argc, char** argv )
                     << std::endl
                     << "These last options must follow a file name since they overlay something on an image:" << std::endl
                     << "--vf file      \t Overlay the vector field in file." << std::endl
-                    << "--overlay file \t Overlay the image in file with complementary colors." << std::endl
-                    << "--fusion file  \t Overlay the image in file with alpha blending and colormap." << std::endl
+                    << "--overlay [--sequence] file(s) \t Overlay the image in file with complementary colors." << std::endl
+                    << "--fusion [--sequence] file(s)  \t Overlay the image in file with alpha blending and colormap." << std::endl
                     //<< "--roi file     \t Overlay binary mask images. Option may be repeated on a single base image." << std::endl
                     << "--contour file \t Overlay DICOM RT-STRUCT contours." << std::endl
                     << "--landmarks [--sequence] file(s)  \t Overlay the landmarks in file(s) (.txt or .pts)." << std::endl;