Skip to content
This repository was archived by the owner on Jan 19, 2024. It is now read-only.

Commit f51fbe9

Browse files
authored
Update img_checker.sh
1 parent 277f8e3 commit f51fbe9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

img_checker.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ while getopts ":d:hm:M:l:rs" opt; do
2929
echo " -m <min_dim>, the script will check if the dimension of the images are beyond the minimum <min_dim>"
3030
echo " -M <max_dim>, the script will check if the dimension of the images are beyond the maximum <max_dim>"
3131
echo " -s, the script will check if the images are squared (i.e. NxM with N == M)"
32-
echo " -r, rename each file with the name of the Pokémon of its parent folder"
32+
echo " -r, rename each file with the name of its parent folder, followed by its index inside the directory"
3333
echo " example: /Pokémon/Voltorb/cbahf4kasdm3.jpg -> /Pokémon/Voltorb/Voltorb1.jpg"
3434

3535
exit 0
@@ -143,4 +143,4 @@ do
143143
done
144144

145145
echo "Tot pokémon: $tot_pkmn"
146-
echo "Tot wrong: $tot_wrong"
146+
echo "Tot wrong: $tot_wrong"

0 commit comments

Comments
 (0)