We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb8ae5c commit 2719629Copy full SHA for 2719629
src/tips.rs
@@ -8,6 +8,7 @@ const TIPS: &[&str] = &[
8
"To remove the shadow around the gif, use the `-d none` option",
9
"For a mp4 video, use the `-m` option",
10
"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"
12
];
13
14
///
0 commit comments