mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-19 16:50:46 +08:00
HDFFV-11096 replace backticks with doublequotes
This commit is contained in:
parent
31773b7c48
commit
e01430ec56
@ -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 if 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");
|
||||
@ -338,7 +338,7 @@ usage(const char *prog)
|
||||
PRINTVALSTREAM(rawoutstream, " -X S, --xml-ns=S (XML Schema) Use qualified names n the XML\n");
|
||||
PRINTVALSTREAM(rawoutstream, " \":\": no namespace, default: \"hdf5:\"\n");
|
||||
PRINTVALSTREAM(rawoutstream,
|
||||
" E.g., to dump a file called `-f', use h5dump -- -f\n");
|
||||
" E.g., to dump a file called \"-f\", use h5dump -- -f\n");
|
||||
PRINTVALSTREAM(rawoutstream, "\n");
|
||||
PRINTVALSTREAM(rawoutstream, "--------------- Subsetting Options ---------------\n");
|
||||
PRINTVALSTREAM(rawoutstream, " Subsetting is available by using the following options with a dataset\n");
|
||||
@ -1132,7 +1132,7 @@ parse_start:
|
||||
|
||||
case 'M':
|
||||
if (!last_was_dset) {
|
||||
error_msg("option `-%c' can only be used after --dataset option\n", opt);
|
||||
error_msg("option \"-%c\" can only be used after --dataset option\n", opt);
|
||||
goto error;
|
||||
}
|
||||
if (parse_mask_list(opt_arg) != SUCCEED) {
|
||||
@ -1205,7 +1205,7 @@ parse_start:
|
||||
struct subset_t *s;
|
||||
|
||||
if (!last_was_dset) {
|
||||
error_msg("option `-%c' can only be used after --dataset option\n", opt);
|
||||
error_msg("option \"-%c\" can only be used after --dataset option\n", opt);
|
||||
goto error;
|
||||
}
|
||||
|
||||
|
@ -64,10 +64,10 @@ usage(const char *progname)
|
||||
"(windows or sec2)\n");
|
||||
HDfprintf(stderr, " SRC The name of the source file\n");
|
||||
HDfprintf(stderr, " DST The name of the destination files\n");
|
||||
HDfprintf(stderr, "Sizes may be suffixed with `g' for GB, `m' for MB or "
|
||||
"`k' for kB.\n");
|
||||
HDfprintf(stderr, "Sizes may be suffixed with 'g' for GB, 'm' for MB or "
|
||||
"'k' for kB.\n");
|
||||
HDfprintf(stderr, "File family names include an integer printf "
|
||||
"format such as `%%d'\n");
|
||||
"format such as '%%d'\n");
|
||||
HDexit(EXIT_FAILURE);
|
||||
}
|
||||
|
||||
|
@ -15,7 +15,7 @@ usage: h5dump [OPTIONS] files
|
||||
--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 if filedriver is not `ros3'.
|
||||
Has no effect if filedriver is not "ros3".
|
||||
--hdfs-attrs=<attrs> Supply configuration information for HDFS file access.
|
||||
For use with "--filedriver=hdfs"
|
||||
<attrs> :: (<namenode name>,<namenode port>,
|
||||
@ -73,7 +73,7 @@ usage: h5dump [OPTIONS] files
|
||||
-D U, --xml-dtd=U Use the DTD or schema at U
|
||||
-X S, --xml-ns=S (XML Schema) Use qualified names n the XML
|
||||
":": no namespace, default: "hdf5:"
|
||||
E.g., to dump a file called `-f', use h5dump -- -f
|
||||
E.g., to dump a file called "-f", use h5dump -- -f
|
||||
|
||||
--------------- Subsetting Options ---------------
|
||||
Subsetting is available by using the following options with a dataset
|
||||
|
@ -15,7 +15,7 @@ usage: h5dump [OPTIONS] files
|
||||
--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 if filedriver is not `ros3'.
|
||||
Has no effect if filedriver is not "ros3".
|
||||
--hdfs-attrs=<attrs> Supply configuration information for HDFS file access.
|
||||
For use with "--filedriver=hdfs"
|
||||
<attrs> :: (<namenode name>,<namenode port>,
|
||||
@ -73,7 +73,7 @@ usage: h5dump [OPTIONS] files
|
||||
-D U, --xml-dtd=U Use the DTD or schema at U
|
||||
-X S, --xml-ns=S (XML Schema) Use qualified names n the XML
|
||||
":": no namespace, default: "hdf5:"
|
||||
E.g., to dump a file called `-f', use h5dump -- -f
|
||||
E.g., to dump a file called "-f", use h5dump -- -f
|
||||
|
||||
--------------- Subsetting Options ---------------
|
||||
Subsetting is available by using the following options with a dataset
|
||||
|
@ -15,7 +15,7 @@ usage: h5dump [OPTIONS] files
|
||||
--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 if filedriver is not `ros3'.
|
||||
Has no effect if filedriver is not "ros3".
|
||||
--hdfs-attrs=<attrs> Supply configuration information for HDFS file access.
|
||||
For use with "--filedriver=hdfs"
|
||||
<attrs> :: (<namenode name>,<namenode port>,
|
||||
@ -73,7 +73,7 @@ usage: h5dump [OPTIONS] files
|
||||
-D U, --xml-dtd=U Use the DTD or schema at U
|
||||
-X S, --xml-ns=S (XML Schema) Use qualified names n the XML
|
||||
":": no namespace, default: "hdf5:"
|
||||
E.g., to dump a file called `-f', use h5dump -- -f
|
||||
E.g., to dump a file called "-f", use h5dump -- -f
|
||||
|
||||
--------------- Subsetting Options ---------------
|
||||
Subsetting is available by using the following options with a dataset
|
||||
|
@ -15,7 +15,7 @@ usage: h5dump [OPTIONS] files
|
||||
--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 if filedriver is not `ros3'.
|
||||
Has no effect if filedriver is not "ros3".
|
||||
--hdfs-attrs=<attrs> Supply configuration information for HDFS file access.
|
||||
For use with "--filedriver=hdfs"
|
||||
<attrs> :: (<namenode name>,<namenode port>,
|
||||
@ -73,7 +73,7 @@ usage: h5dump [OPTIONS] files
|
||||
-D U, --xml-dtd=U Use the DTD or schema at U
|
||||
-X S, --xml-ns=S (XML Schema) Use qualified names n the XML
|
||||
":": no namespace, default: "hdf5:"
|
||||
E.g., to dump a file called `-f', use h5dump -- -f
|
||||
E.g., to dump a file called "-f", use h5dump -- -f
|
||||
|
||||
--------------- Subsetting Options ---------------
|
||||
Subsetting is available by using the following options with a dataset
|
||||
|
@ -15,7 +15,7 @@ usage: h5dump [OPTIONS] files
|
||||
--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 if filedriver is not `ros3'.
|
||||
Has no effect if filedriver is not "ros3".
|
||||
--hdfs-attrs=<attrs> Supply configuration information for HDFS file access.
|
||||
For use with "--filedriver=hdfs"
|
||||
<attrs> :: (<namenode name>,<namenode port>,
|
||||
@ -73,7 +73,7 @@ usage: h5dump [OPTIONS] files
|
||||
-D U, --xml-dtd=U Use the DTD or schema at U
|
||||
-X S, --xml-ns=S (XML Schema) Use qualified names n the XML
|
||||
":": no namespace, default: "hdf5:"
|
||||
E.g., to dump a file called `-f', use h5dump -- -f
|
||||
E.g., to dump a file called "-f", use h5dump -- -f
|
||||
|
||||
--------------- Subsetting Options ---------------
|
||||
Subsetting is available by using the following options with a dataset
|
||||
|
@ -15,7 +15,7 @@ usage: h5dump [OPTIONS] files
|
||||
--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 if filedriver is not `ros3'.
|
||||
Has no effect if filedriver is not "ros3".
|
||||
--hdfs-attrs=<attrs> Supply configuration information for HDFS file access.
|
||||
For use with "--filedriver=hdfs"
|
||||
<attrs> :: (<namenode name>,<namenode port>,
|
||||
@ -73,7 +73,7 @@ usage: h5dump [OPTIONS] files
|
||||
-D U, --xml-dtd=U Use the DTD or schema at U
|
||||
-X S, --xml-ns=S (XML Schema) Use qualified names n the XML
|
||||
":": no namespace, default: "hdf5:"
|
||||
E.g., to dump a file called `-f', use h5dump -- -f
|
||||
E.g., to dump a file called "-f", use h5dump -- -f
|
||||
|
||||
--------------- Subsetting Options ---------------
|
||||
Subsetting is available by using the following options with a dataset
|
||||
|
@ -15,7 +15,7 @@ usage: h5dump [OPTIONS] files
|
||||
--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 if filedriver is not `ros3'.
|
||||
Has no effect if filedriver is not "ros3".
|
||||
--hdfs-attrs=<attrs> Supply configuration information for HDFS file access.
|
||||
For use with "--filedriver=hdfs"
|
||||
<attrs> :: (<namenode name>,<namenode port>,
|
||||
@ -73,7 +73,7 @@ usage: h5dump [OPTIONS] files
|
||||
-D U, --xml-dtd=U Use the DTD or schema at U
|
||||
-X S, --xml-ns=S (XML Schema) Use qualified names n the XML
|
||||
":": no namespace, default: "hdf5:"
|
||||
E.g., to dump a file called `-f', use h5dump -- -f
|
||||
E.g., to dump a file called "-f", use h5dump -- -f
|
||||
|
||||
--------------- Subsetting Options ---------------
|
||||
Subsetting is available by using the following options with a dataset
|
||||
|
@ -15,7 +15,7 @@ usage: h5dump [OPTIONS] files
|
||||
--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 if filedriver is not `ros3'.
|
||||
Has no effect if filedriver is not "ros3".
|
||||
--hdfs-attrs=<attrs> Supply configuration information for HDFS file access.
|
||||
For use with "--filedriver=hdfs"
|
||||
<attrs> :: (<namenode name>,<namenode port>,
|
||||
@ -73,7 +73,7 @@ usage: h5dump [OPTIONS] files
|
||||
-D U, --xml-dtd=U Use the DTD or schema at U
|
||||
-X S, --xml-ns=S (XML Schema) Use qualified names n the XML
|
||||
":": no namespace, default: "hdf5:"
|
||||
E.g., to dump a file called `-f', use h5dump -- -f
|
||||
E.g., to dump a file called "-f", use h5dump -- -f
|
||||
|
||||
--------------- Subsetting Options ---------------
|
||||
Subsetting is available by using the following options with a dataset
|
||||
|
Loading…
x
Reference in New Issue
Block a user