diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-05-11 20:45:54 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-05-11 20:45:54 (GMT) |
commit | f49dc381271ac53a508628856787463668789772 (patch) | |
tree | d424cac8fb50120d9080086d54fd8d98a0977d03 /tools/h5jam/testfiles | |
parent | 2e7d42a43c60753d99d3bed37d121ca30ac5db1c (diff) | |
download | hdf5-f49dc381271ac53a508628856787463668789772.zip hdf5-f49dc381271ac53a508628856787463668789772.tar.gz hdf5-f49dc381271ac53a508628856787463668789772.tar.bz2 |
[svn-r20796] Refactor print_data_region_blocks/ponts to remove context passed in by value. The print functions needed an independent context with only the current indent level passed in by argument. Also synched the two routines logical flows and corrected a mem_space error.
h5dump (and h5stat, h5jam/h5unjam) help option not tested. Added h5dump parse_command_line technique for h5stat and h5jam/unjam and created testfiles.
Tested: local linux
Diffstat (limited to 'tools/h5jam/testfiles')
-rw-r--r-- | tools/h5jam/testfiles/h5jam-help.txt | 9 | ||||
-rw-r--r-- | tools/h5jam/testfiles/h5unjam-help.txt | 7 |
2 files changed, 16 insertions, 0 deletions
diff --git a/tools/h5jam/testfiles/h5jam-help.txt b/tools/h5jam/testfiles/h5jam-help.txt new file mode 100644 index 0000000..f5d1f19 --- /dev/null +++ b/tools/h5jam/testfiles/h5jam-help.txt @@ -0,0 +1,9 @@ +usage: h5jam -u user_block_file -i h5_file [-o ofile | --clobber] + Add 'user_block_file' to front of + 'h5_file', pad so 'h5_file' starts on proper + byte. + + h5jam -h + Print a usage message and exit + h5jam -V + Print HDF5 library version and exit diff --git a/tools/h5jam/testfiles/h5unjam-help.txt b/tools/h5jam/testfiles/h5unjam-help.txt new file mode 100644 index 0000000..3eb73c5 --- /dev/null +++ b/tools/h5jam/testfiles/h5unjam-help.txt @@ -0,0 +1,7 @@ +usage: h5unjam -i h5_file -o user_block_file_out -o h5_file_out [-d | --delete] + Extract user block from 'h5_file' into 'user_block_file' + and HDF5 file into 'h5_file_out' + h5unjam -h + Print a usage message and exit + h5unjam -V + Print HDF5 library version and exit |