diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2019-07-26 21:57:07 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2019-07-26 21:57:07 (GMT) |
commit | f97e11e7635a0cd8728d4604ca5dceb3925ba44c (patch) | |
tree | 293c97208b5952c4b4f6961afe4131006067ea90 /tools/testfiles/h5dump-help.txt | |
parent | d3fdcd8a680ad0f8b21304b35e8564b774a88ef0 (diff) | |
parent | 8aa9043837ea217280098b4b32da8d98ac18f58b (diff) | |
download | hdf5-f97e11e7635a0cd8728d4604ca5dceb3925ba44c.zip hdf5-f97e11e7635a0cd8728d4604ca5dceb3925ba44c.tar.gz hdf5-f97e11e7635a0cd8728d4604ca5dceb3925ba44c.tar.bz2 |
Merge pull request #1812 in HDFFV/hdf5 from ~HDF-PRIVATE/hdf5_vfd:develop to develop
* commit '8aa9043837ea217280098b4b32da8d98ac18f58b':
Update comment and check for strtoumax.
Modify CMakeLists.txt file for renamed h5tools_test_utils files.
Add HD to string functions. Switched strtoul to strtoumax in H5FDs3comms.c. Removed unused functions and variables in s3 and hdfs TestH5Pfapl*.java. Update Copyright headers.
Squashed commit of the following:
Diffstat (limited to 'tools/testfiles/h5dump-help.txt')
-rw-r--r-- | tools/testfiles/h5dump-help.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/testfiles/h5dump-help.txt b/tools/testfiles/h5dump-help.txt index 19de76f..95dfc3b 100644 --- a/tools/testfiles/h5dump-help.txt +++ b/tools/testfiles/h5dump-help.txt @@ -12,6 +12,16 @@ usage: h5dump [OPTIONS] files -b B, --binary=B Binary file output, of form B -O F, --ddl=F Output ddl text into file F Use blank(empty) filename F to suppress ddl display + --s3-cred=<cred> Supply S3 authentication information to "ros3" vfd. + <cred> :: "(<aws-region>,<access-id>,<access-key>)" + If absent or <cred> -> "(,,)", no authentication. + Has no effect is filedriver is not `ros3'. + --hdfs-attrs=<attrs> Supply configuration information for HDFS file access. + For use with "--filedriver=hdfs" + <attrs> :: (<namenode name>,<namenode port>, + <kerberos cache path>,<username>, + <buffer size>) + Any absent attribute will use a default value. --------------- Object Options --------------- -a P, --attribute=P Print the specified attribute If an attribute name contains a slash (/), escape the |