Be more explicit about cmin numeric value

* We can/must use +/- prefix
This commit is contained in:
Camille Lafitte 2019-07-17 17:59:24 +02:00
parent f0542d557c
commit f437df5cf3

View File

@ -32,7 +32,8 @@ _help() {
echo " -q, --quiet ..... run image optimization quietly" echo " -q, --quiet ..... run image optimization quietly"
echo " Other options :" echo " Other options :"
echo " -h, --help, help ... displays this help information" echo " -h, --help, help ... displays this help information"
echo " --cmin <n> ... File's status was last changed n minutes ago." echo " --cmin [+|-]<n> ... File's status was last changed n minutes ago."
echo " act find cmin argument (+n : greater than n, -n : less than n, n : exactly n)"
echo "Examples:" echo "Examples:"
echo " optimize all jpg images in /var/www/images" echo " optimize all jpg images in /var/www/images"
echo " img-optimize --jpg /var/www/images" echo " img-optimize --jpg /var/www/images"