X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2Fvv.cxx;h=9c3f666be3904a8de0350748bfd96c363917519b;hb=71c194b960c47503929844df30af58bfe087b9ab;hp=f9430fe7ab12c79f7a3ba6c82c4ad8d8a8a4cd2a;hpb=35fba665ddd51b6365673748907606b787899720;p=clitk.git diff --git a/vv/vv.cxx b/vv/vv.cxx index f9430fe..9c3f666 100644 --- a/vv/vv.cxx +++ b/vv/vv.cxx @@ -125,7 +125,7 @@ int main( int argc, char** argv ) sequence_filenames.clear(); parse_mode=P_NORMAL; } - if (current=="--help") { + if ((current=="--help") || (current=="-h")) { std::cout << "vv " << VV_VERSION << ", the 2D, 2D+t, 3D and 3D+t (or 4D) image viewer" << std::endl << std::endl << "Synopsis: vv file(s) [OPTIONS] file(s)" << std::endl << std::endl << "Open file(s) for visualization." << std::endl << std::endl