Execute arg with ssh

Hello,

I am trying to execute remote script with ssh :

ssh -o ConnectTimeout=10 -o PasswordAuthentication=no -o NumberOfPasswordPrompts=0 -o StrictHostKeyChecking=no root@host '/arbo/script -t'

My script is well executed, but my option '-t' is never loaded, how can you explain that ?

How do you retrieve that option? How do you tell it "is never loaded"?

Cause this script answer something else with "t" option (tested on local), but now it s working, i don't know why, i thought that i had to escape some quotes or something else, maybe i didn't write correctly all my option, nevermid, thanks.