summaryrefslogtreecommitdiffstats
path: root/tools/src/h5ls
diff options
context:
space:
mode:
authorJordan Henderson <jhenderson@hdfgroup.org>2020-03-27 15:48:11 (GMT)
committerJordan Henderson <jhenderson@hdfgroup.org>2020-03-27 15:48:11 (GMT)
commitea952b25ba0fd5c4b5f60a94e75a1b5b78e66172 (patch)
tree0a380b14d182762c4bf4ffe997751686862b03ea /tools/src/h5ls
parent6d514db55a2e200c00a30edae3ec682dd6842eeb (diff)
downloadhdf5-ea952b25ba0fd5c4b5f60a94e75a1b5b78e66172.zip
hdf5-ea952b25ba0fd5c4b5f60a94e75a1b5b78e66172.tar.gz
hdf5-ea952b25ba0fd5c4b5f60a94e75a1b5b78e66172.tar.bz2
A few small tweaks to the tools from review
Diffstat (limited to 'tools/src/h5ls')
-rw-r--r--tools/src/h5ls/h5ls.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/src/h5ls/h5ls.c b/tools/src/h5ls/h5ls.c
index 11f3f0b..6c48d6e 100644
--- a/tools/src/h5ls/h5ls.c
+++ b/tools/src/h5ls/h5ls.c
@@ -2851,7 +2851,7 @@ main(int argc, const char *argv[])
#ifdef H5_HAVE_ROS3_VFD
/* Default "anonymous" S3 configuration */
H5FD_ros3_fapl_t ros3_fa = {
- 1, /* FAPL Version */
+ 1, /* Structure Version */
false, /* Authenticate? */
"", /* AWS Region */
"", /* Access Key ID */
@@ -2862,7 +2862,7 @@ main(int argc, const char *argv[])
#ifdef H5_HAVE_LIBHDFS
/* "Default" HDFS configuration */
H5FD_hdfs_fapl_t hdfs_fa = {
- 1, /* FAPL Version */
+ 1, /* Structure Version */
"localhost", /* Namenode Name */
0, /* Namenode Port */
"", /* Kerberos ticket cache */