summaryrefslogtreecommitdiffstats
path: root/indieweb-micro/prep-images.sh
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-12-02 20:38:55 -0800
committerPinapelz <yukais@pinapelz.com>2025-12-03 02:31:51 -0800
commit21b8736c80ebb98cf936388f5789f6d9d1590b59 (patch)
tree2a871f110bf2e51790c9a72080928f64eec902d7 /indieweb-micro/prep-images.sh
parent98ddc6edd51bc961ef8dbeb9852fdbb3978f23ce (diff)
fix: micro posts imprecise dt-published values
Diffstat (limited to 'indieweb-micro/prep-images.sh')
-rwxr-xr-xindieweb-micro/prep-images.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/indieweb-micro/prep-images.sh b/indieweb-micro/prep-images.sh
index e478348..2f41052 100755
--- a/indieweb-micro/prep-images.sh
+++ b/indieweb-micro/prep-images.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Usage:
-# ./overwrite-to-webp.sh /path/to/folder jpg
+# ./prep-images.sh /path/to/folder jpg
#
# Arguments:
# 1 = folder containing images
@@ -12,7 +12,7 @@ EXT="$2"
if [ -z "$SRC_DIR" ] || [ -z "$EXT" ]; then
echo "Usage: $0 <folder> <extension>"
- echo "Example: ./overwrite-to-webp.sh ./photos jpg"
+ echo "Example: ./prep-images.sh ./photos jpg"
exit 1
fi
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage