diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-12-31 18:37:58 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-12-31 18:38:09 (GMT) |
commit | 028d47d70791ff0ec559035df80508a084e55213 (patch) | |
tree | 6d1a8afe02430252c2433ff6fd594bbaebdc3cf4 /tools/test/h5jam | |
parent | fba448b1453809f8bc7bad2f5c52495191f7fbdf (diff) | |
download | hdf5-028d47d70791ff0ec559035df80508a084e55213.zip hdf5-028d47d70791ff0ec559035df80508a084e55213.tar.gz hdf5-028d47d70791ff0ec559035df80508a084e55213.tar.bz2 |
Fix runtest case for data to stdout in tool
Diffstat (limited to 'tools/test/h5jam')
-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 *------------------------------------------------------------------------- |