diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2019-01-06 07:45:15 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2019-01-06 07:45:15 (GMT) |
commit | aa62951a5fbbffa88185a58aea2b7526f5e66ce6 (patch) | |
tree | 210e7ae75fdb65fbcdc7c4049e6d80e9060b3f5b /tools | |
parent | e1b59919bb96f68f3b372a73790ecbe4ac3b395a (diff) | |
parent | 0e34f0feaaeb6d2286f87f695f25fae45c070a42 (diff) | |
download | hdf5-aa62951a5fbbffa88185a58aea2b7526f5e66ce6.zip hdf5-aa62951a5fbbffa88185a58aea2b7526f5e66ce6.tar.gz hdf5-aa62951a5fbbffa88185a58aea2b7526f5e66ce6.tar.bz2 |
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_fixbug into develop
Diffstat (limited to 'tools')
-rw-r--r-- | tools/test/h5jam/tellub.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/test/h5jam/tellub.c b/tools/test/h5jam/tellub.c index aa779b3..559c677 100644 --- a/tools/test/h5jam/tellub.c +++ b/tools/test/h5jam/tellub.c @@ -53,7 +53,7 @@ usage (const char *prog) /*------------------------------------------------------------------------- * Function: parse_command_line * - * Purpose: Parse the command line for the h5dumper. + * Purpose: Parse the command line. * * Return: Success: void * Failure: Exits program with EXIT_FAILURE value. @@ -89,7 +89,7 @@ parse_command_line (int argc, const char *argv[]) /*------------------------------------------------------------------------- * Function: main * - * Purpose: HDF5 user block unjammer + * Purpose: HDF5 user block tell size * * Return: EXIT_SUCCESS/EXIT_FAILURE *------------------------------------------------------------------------- |