| commit | 1547e554607fde6713fd7bb943374df00cd76079 | [log] [tgz] |
|---|---|---|
| author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Thu May 09 16:02:08 2024 +0000 |
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu May 09 16:02:08 2024 +0000 |
| tree | 2c80af80c6340e6eb2686ffc9abbd2df599afc8a | |
| parent | 43420b33e466e530d403c0bbd582edad583f6e8e [diff] | |
| parent | 4c9a42522e4b4531d04466634c74b52fbdc82543 [diff] |
Merge "bootanimation: fix typo in example" into main
diff --git a/cmds/bootanimation/FORMAT.md b/cmds/bootanimation/FORMAT.md index 01e8fe1..da8331a 100644 --- a/cmds/bootanimation/FORMAT.md +++ b/cmds/bootanimation/FORMAT.md
@@ -126,7 +126,7 @@ Use `zopflipng` if you have it, otherwise `pngcrush` will do. e.g.: for fn in *.png ; do - zopflipng -m ${fn}s ${fn}s.new && mv -f ${fn}s.new ${fn} + zopflipng -m ${fn} ${fn}.new && mv -f ${fn}.new ${fn} # or: pngcrush -q .... done