summaryrefslogtreecommitdiffstats
path: root/tools/src
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-10-03 13:21:40 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-10-03 13:21:40 (GMT)
commit31773b7c48c54d3d7b167f1e75b18e74eaf16f7e (patch)
tree5d3d0ddbd900636bdc382a84465083b2e66ac7b3 /tools/src
parent9df906126f5d448ad52a98ba99fd2eb2f4b4f5eb (diff)
downloadhdf5-31773b7c48c54d3d7b167f1e75b18e74eaf16f7e.zip
hdf5-31773b7c48c54d3d7b167f1e75b18e74eaf16f7e.tar.gz
hdf5-31773b7c48c54d3d7b167f1e75b18e74eaf16f7e.tar.bz2
HDFFV-11096 fix typo in h5dump usage text
Diffstat (limited to 'tools/src')
-rw-r--r--tools/src/h5dump/h5dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/src/h5dump/h5dump.c b/tools/src/h5dump/h5dump.c
index 9a5e297..6d1855c 100644
--- a/tools/src/h5dump/h5dump.c
+++ b/tools/src/h5dump/h5dump.c
@@ -256,7 +256,7 @@ usage(const char *prog)
" <cred> :: \"(<aws-region>,<access-id>,<access-key>)\"\n");
PRINTVALSTREAM(rawoutstream,
" If absent or <cred> -> \"(,,)\", no authentication.\n");
- PRINTVALSTREAM(rawoutstream, " Has no effect is filedriver is not `ros3'.\n");
+ PRINTVALSTREAM(rawoutstream, " Has no effect if filedriver is not `ros3'.\n");
PRINTVALSTREAM(rawoutstream,
" --hdfs-attrs=<attrs> Supply configuration information for HDFS file access.\n");
PRINTVALSTREAM(rawoutstream, " For use with \"--filedriver=hdfs\"\n");