Skip to content

Commit

Permalink
chore: tweak incompressible categorizer option description
Browse files Browse the repository at this point in the history
  • Loading branch information
mhx committed Dec 17, 2023
1 parent 7faafab commit 4da7157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dwarfs/categorizer/incompressible_categorizer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ class incompressible_categorizer_factory : public categorizer_factory {
("incompressible-ratio",
po::value<double>(&cfg_.max_ratio)
->default_value(default_ratio, default_ratio_str),
"compression ratio above which files are considered incompressible")
"compression ratio above which files or fragments are considered incompressible")
("incompressible-zstd-level",
po::value<int>(&cfg_.zstd_level)->default_value(-1),
zstd_level_str.c_str())
Expand Down

0 comments on commit 4da7157

Please sign in to comment.