diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-03-26 22:20:44 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-03-26 22:20:44 (GMT) |
commit | b21ade680f166d7fc52ffe1b7deb4d25ecd0c6c0 (patch) | |
tree | da4acfc054c027d9459d0685a3d91fdc765706dc /tools/h5dump | |
parent | e517058a951f2227228e61086fcafc299174848a (diff) | |
download | hdf5-b21ade680f166d7fc52ffe1b7deb4d25ecd0c6c0.zip hdf5-b21ade680f166d7fc52ffe1b7deb4d25ecd0c6c0.tar.gz hdf5-b21ade680f166d7fc52ffe1b7deb4d25ecd0c6c0.tar.bz2 |
[svn-r3716] Purpose:
Bug Fix
Description:
changed the T flag to S in the short parameter's list.
Platforms tested:
Linux
Diffstat (limited to 'tools/h5dump')
-rw-r--r-- | tools/h5dump/h5dump.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5dump/h5dump.c b/tools/h5dump/h5dump.c index d5b1612..5398d46 100644 --- a/tools/h5dump/h5dump.c +++ b/tools/h5dump/h5dump.c @@ -390,9 +390,9 @@ struct handler_t { */ #if 0 /* binary: not implemented yet */ -static const char *s_opts = "hbBHvVa:d:g:l:t:w:xD:o:s:T:c:k:"; +static const char *s_opts = "hbBHvVa:d:g:l:t:w:xD:o:s:S:c:k:"; #else -static const char *s_opts = "hBHvVa:d:g:l:t:w:xD:o:s:T:c:k:"; +static const char *s_opts = "hBHvVa:d:g:l:t:w:xD:o:s:S:c:k:"; #endif /* 0 */ static struct long_options l_opts[] = { { "help", no_arg, 'h' }, |