[svn-r14233] new feature: add the -V new option to the usage message

tested: windows, linux
This commit is contained in:
Pedro Vicente Nunes 2007-11-01 16:23:28 -05:00
parent 5a95f84df8
commit 579bb24307

View File

@ -87,6 +87,9 @@ usage (const char *prog)
fprintf (stdout, "\n");
fprintf (stdout, " %s -h \n", prog);
fprintf (stdout, " Print a usage message and exit\n");
fprintf (stdout, " %s -V \n", prog);
fprintf (stdout, " Print HDF5 library version and exit\n");
}
/*-------------------------------------------------------------------------