Skip to content

Commit

Permalink
Merge pull request #333 from hybridgorilla897/main
Browse files Browse the repository at this point in the history
Update help string
  • Loading branch information
kornelski authored Jun 15, 2024
2 parents ca82163 + 5efe324 commit ac13dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/gifski.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ fn bin_main() -> BinResult<()> {
.conflicts_with("fast")
.num_args(0)
.action(ArgAction::SetTrue)
.help("50% slower encoding, but 1% better quality"))
.help("50% slower encoding, but 1% better quality and usually larger file size"))
.arg(Arg::new("quality")
.long("quality")
.short('Q')
Expand Down

0 comments on commit ac13dc1

Please sign in to comment.