Skip to content

Commit 3a03dcb

Browse files
KobeW50kornelski
authored andcommitted
Fix typo in help output
1 parent ca0ed80 commit 3a03dcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bin/gifski.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ fn bin_main() -> BinResult<()> {
156156
.required(true))
157157
.arg(Arg::new("repeat")
158158
.long("repeat")
159-
.help("Number of times the animation is repeated (-1 none, 0 forever or <value> repetitions")
159+
.help("Number of times the animation is repeated (-1 none, 0 forever or <value> repetitions)")
160160
.num_args(1)
161161
.value_parser(value_parser!(i16))
162162
.value_name("num"))

0 commit comments

Comments
 (0)