summaryrefslogtreecommitdiffstats
path: root/tools/h5dump
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2001-03-26 22:20:44 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2001-03-26 22:20:44 (GMT)
commitb21ade680f166d7fc52ffe1b7deb4d25ecd0c6c0 (patch)
treeda4acfc054c027d9459d0685a3d91fdc765706dc /tools/h5dump
parente517058a951f2227228e61086fcafc299174848a (diff)
downloadhdf5-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.c4
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' },