diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-07-07 22:02:34 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-07-07 22:02:34 (GMT) |
commit | 373d50bb3fb32d6cd34de7f9e32af396499282b1 (patch) | |
tree | 89cb3770c8cde229da820173e8eb27f5efac480f /tools/h5dump/h5dump.c | |
parent | 585d31b7cb6cacfec86f68fc3dd66c0e67aafbd8 (diff) | |
download | hdf5-373d50bb3fb32d6cd34de7f9e32af396499282b1.zip hdf5-373d50bb3fb32d6cd34de7f9e32af396499282b1.tar.gz hdf5-373d50bb3fb32d6cd34de7f9e32af396499282b1.tar.bz2 |
[svn-r8826] Purpose:
h5dump new tests
Description:
added more tests for the escape/not escape feature for string data (with vlen, with
compound, with char data)
Solution:
Platforms tested:
linux
solaris
AIX
Misc. update:
Diffstat (limited to 'tools/h5dump/h5dump.c')
-rw-r--r-- | tools/h5dump/h5dump.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/h5dump/h5dump.c b/tools/h5dump/h5dump.c index d294942..add1450 100644 --- a/tools/h5dump/h5dump.c +++ b/tools/h5dump/h5dump.c @@ -590,10 +590,6 @@ usage(const char *prog) fprintf(stdout, " -o F, --output=F Output raw data into file F\n"); fprintf(stdout, " -t P, --datatype=P Print the specified named data type\n"); fprintf(stdout, " -w N, --width=N Set the number of columns of output\n"); - fprintf(stdout, " -L Do not print soft links\n"); - fprintf(stdout, " -G Do not print groups\n"); - fprintf(stdout, " -T Do not print named datatypes\n"); - fprintf(stdout, " -E Do not print datasets\n"); fprintf(stdout, " -x, --xml Output in XML using Schema\n"); fprintf(stdout, " -u, --use-dtd Output in XML using DTD\n"); fprintf(stdout, " -D U, --xml-dtd=U Use the DTD or schema at U\n"); |