diff options
author | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 2000-05-30 16:54:44 (GMT) |
---|---|---|
committer | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 2000-05-30 16:54:44 (GMT) |
commit | 2d7cee1e9f73380126430fd084442c7935615631 (patch) | |
tree | 61bc80e4e6774b19cae5fb48fa1c0ce9d2461338 /tools | |
parent | 50cd98ffe1bafa2bca906b51abaf1a7c360c3190 (diff) | |
download | hdf5-2d7cee1e9f73380126430fd084442c7935615631.zip hdf5-2d7cee1e9f73380126430fd084442c7935615631.tar.gz hdf5-2d7cee1e9f73380126430fd084442c7935615631.tar.bz2 |
[svn-r2304] *** empty log message ***
Diffstat (limited to 'tools')
-rw-r--r-- | tools/h5dump.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/h5dump.c b/tools/h5dump.c index 294c130..9934c10 100644 --- a/tools/h5dump.c +++ b/tools/h5dump.c @@ -210,14 +210,13 @@ usage(void) { fprintf(stderr, "\nUsage of HDF5 Dumper:\n\n \ -h5dump [-h] [-bb] [-header] [-a <names>] [-d <names>] [-g <names>]\n \ +h5dump [-h] [-bb] [-header] [-v] [-V] [-a <names>] [-d <names>] [-g <names>]\n \ [-l <names>] [-t <names>] [-w <number>] <file>\n\n\ -h Print information on this command and exit.\n\ -bb Display the conent of the boot block. The default is not to display.\n\ -header Display header only; no data is displayed.\n\ -v Display the object ids\n\ -V Display version information and exit.\n\ - -xml Display the output in XML format.\n\ -a <names> Display the specified attribute(s).\n\ -d <names> Display the specified dataset(s).\n\ -g <names> Display the specified group(s) and all the members.\n\ |