]> Creatis software - clitk.git/commitdiff
Add "-h" in addition to "--help"
authorDavid Sarrut <david.sarrut@gmail.com>
Fri, 30 Mar 2012 09:06:53 +0000 (11:06 +0200)
committerDavid Sarrut <david.sarrut@gmail.com>
Fri, 30 Mar 2012 09:06:53 +0000 (11:06 +0200)
vv/vv.cxx

index feec79cec7ab17f5d2b98cdcde8f85a3c31b7838..4ee2489c348694b761ed1354d7cbf358d2d07f4d 100644 (file)
--- 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