Skip to content

Commit 2719629

Browse files
authored
feat(tip): add a tip for the idle pause flag feature from pr #267 (#287)
Signed-off-by: Sven Kanoldt <sven@d34dl0ck.me>
1 parent fb8ae5c commit 2719629

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tips.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const TIPS: &[&str] = &[
88
"To remove the shadow around the gif, use the `-d none` option",
99
"For a mp4 video, use the `-m` option",
1010
"To suppress the 'Ctrl+D' banner, use the `-q` option",
11+
"Add `--idle-pause <time>` to increase the time before idle frame optimization starts, this can improve readability in Demos"
1112
];
1213

1314
///

0 commit comments

Comments
 (0)