mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-13 16:47:58 +08:00
[svn-r14233] new feature: add the -V new option to the usage message
tested: windows, linux
This commit is contained in:
parent
5a95f84df8
commit
579bb24307
@ -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");
|
||||
|
||||
}
|
||||
|
||||
/*-------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user