summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>2000-05-30 16:39:51 (GMT)
committerPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>2000-05-30 16:39:51 (GMT)
commit192cf585d03e6b2b191240da34234b04ea2aee81 (patch)
tree556213ecbcceff9159772c53620c091577e99f14
parentcb783c37a348b214c5ce713d7a8d4fd8a5bf567b (diff)
downloadhdf5-192cf585d03e6b2b191240da34234b04ea2aee81.zip
hdf5-192cf585d03e6b2b191240da34234b04ea2aee81.tar.gz
hdf5-192cf585d03e6b2b191240da34234b04ea2aee81.tar.bz2
[svn-r2301] removed the -xml option from the usage statement
-rw-r--r--tools/h5dump.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/h5dump.c b/tools/h5dump.c
index 179bb74..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\