]> Creatis software - clitk.git/commitdiff
added --landmarks to vv's help message
authorRomulo Pinho <romulo.pinho@lyon.unicancer.fr>
Thu, 6 Dec 2012 13:06:02 +0000 (14:06 +0100)
committerRomulo Pinho <romulo.pinho@lyon.unicancer.fr>
Thu, 6 Dec 2012 13:06:02 +0000 (14:06 +0100)
- we can generate a new release now...

vv/vv.cxx

index d4ef1eac3e629e8d60a816b9aa984e246759d6c7..7e7e18e0400ef3c2d04462af3188a27b38e64560 100644 (file)
--- a/vv/vv.cxx
+++ b/vv/vv.cxx
@@ -181,7 +181,8 @@ int main( int argc, char** argv )
                     << "--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
                     //<< "--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;
+                    << "--contour file \t Overlay DICOM RT-STRUCT contours." << std::endl
+                    << "--landmarks file  \t Overlay the landmarks in file (.txt or .pts)." << std::endl;
           exit(0);
         } else if (current=="--vf") {
           if (!n_image_loaded) load_image_first_error();