I know you need to put /usr/local/bin/php -f in cron before path to php file e.g.
/10 * * * * /usr/local/bin/php -f /home/public_html/scrip.php
but should i use -q or -f?
When i run /usr/local/bin/php --help it does not show any -q option yet many tutorials online say -q.