summaryrefslogtreecommitdiff
path: root/cmds/bootanimation/FORMAT.md
diff options
context:
space:
mode:
Diffstat (limited to 'cmds/bootanimation/FORMAT.md')
-rw-r--r--cmds/bootanimation/FORMAT.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/bootanimation/FORMAT.md b/cmds/bootanimation/FORMAT.md
index 01e8fe13fdf6..da8331af1492 100644
--- a/cmds/bootanimation/FORMAT.md
+++ b/cmds/bootanimation/FORMAT.md
@@ -126,7 +126,7 @@ the system property `service.bootanim.exit` to a nonzero string.)
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