Skip to content

Commit

Permalink
Update gifski.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
hybridgorilla897 authored Jun 14, 2024
1 parent ca82163 commit 5efe324
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 5efe324

Please sign in to comment.