Move error-stack text to top of usage display (#1564)
* Move error-stack text to top of usage display * Add optional tag ti list * format changes * Revert incorrect change
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
Usage: h5stat [OPTIONS] file
|
||||
|
||||
ERROR
|
||||
--enable-error-stack Prints messages from the HDF5 error stack as they occur
|
||||
Optional value 2 also prints file open errors
|
||||
OPTIONS
|
||||
-h, --help Print a usage message and exit
|
||||
-V, --version Print version number and exit
|
||||
@@ -22,7 +25,6 @@ Usage: h5stat [OPTIONS] file
|
||||
than 0. The default threshold is 10.
|
||||
-s, --freespace Print free space information
|
||||
-S, --summary Print summary of file space information
|
||||
--enable-error-stack Prints messages from the HDF5 error stack as they occur
|
||||
--s3-cred=<cred> Access file on S3, using provided credential
|
||||
<cred> :: (region,id,key)
|
||||
If <cred> == "(,,)", no authentication is used.
|
||||
|
||||
Reference in New Issue
Block a user