Skip to content

Commit e8788ec

Browse files
ferdymercurydpiparo
authored andcommitted
[nfc] reword
1 parent 8ffca5b commit e8788ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

main/src/hadd-argparse.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def get_argparse():
2828
"by passing the number i*100 + j, e.g. -f505. "
2929
"The last digit (j) can be set from 0 = uncompressed to 9 = highly compressed. "
3030
"The first digit (i) is 1 for ZLIB, 2 for LZMA, 4 for LZ4 and 5 for ZSTD. "
31-
"Recommended flags are 101 (ZLIB), 207 (LZMA), 404 (LZ4), 505 (ZSTD). "
31+
"Recommended numbers are 101 (ZLIB), 207 (LZMA), 404 (LZ4), 505 (ZSTD). "
3232
"The default value for this flag is 101 (kDefaultZLIB). "
3333
"See ROOT::RCompressionSetting and TFile::TFile documentation for more details."), action = 'store_true')
3434
parser.add_argument("-fk", help=textwrap.fill(

main/src/hadd.cxx

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
\param -f[0-9] Set target compression algorithm `i` and level `j` passing the number `i*100 + j`, e.g. `-f505`.
4949
The last digit (`j`) can be set from 0 = uncompressed to 9 = highly compressed.
5050
The first digit (`i`) is 1 for ZLIB, 2 for LZMA, 4 for LZ4 and 5 for ZSTD.
51-
Recommended flags are 101 (ZLIB), 207 (LZMA), 404 (LZ4), 505 (ZSTD),
51+
Recommended numbers are 101 (ZLIB), 207 (LZMA), 404 (LZ4), 505 (ZSTD),
5252
The default value for this flag is 101 (kDefaultZLIB).
5353
See ROOT::RCompressionSetting and TFile::TFile documentation for more details.
5454
\param -fk Sets the target file to contain the baskets with the same compression as the input files

0 commit comments

Comments
 (0)