Please help --setfacl: illegal option -- R

when i am executing

setfacl -Rm u:ggoyal2:rwx,m:rwx dir

i am getting error

bash-3.00# setfacl -Rm u:ggoyal2:rwx,m:rwx dir
setfacl: illegal option -- R
usage:
setfacl [-r] -f aclfile file ...
setfacl [-r] -d acl_entries file ...
setfacl [-r] -m acl_entries file ...
setfacl [-r] -s acl_entries file ...

please help me , how to give recursive permission using setfacl. ????
Thanx in advance....!

please don't cross post your questions! read the rules of unix.com!

use "-r" instead of "-R"