diff options
author | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 2000-05-26 18:58:27 (GMT) |
---|---|---|
committer | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 2000-05-26 18:58:27 (GMT) |
commit | a0e559aee50fbb7048cfc230969750ace701b9f2 (patch) | |
tree | 9268f1f16ff93b748f418c8d45069ab93f4df5f6 /tools | |
parent | 0dca4208e4bf19c0262d558a6046e165340692d4 (diff) | |
download | hdf5-a0e559aee50fbb7048cfc230969750ace701b9f2.zip hdf5-a0e559aee50fbb7048cfc230969750ace701b9f2.tar.gz hdf5-a0e559aee50fbb7048cfc230969750ace701b9f2.tar.bz2 |
[svn-r2294] fixed the output of the options list so that the xml options text is aligned
Diffstat (limited to 'tools')
-rw-r--r-- | tools/h5dump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5dump.c b/tools/h5dump.c index 179bb74..294c130 100644 --- a/tools/h5dump.c +++ b/tools/h5dump.c @@ -217,7 +217,7 @@ h5dump [-h] [-bb] [-header] [-a <names>] [-d <names>] [-g <names>]\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\ + -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\ |