I am using string "readonly" in GetOptions . When i run the script, It looks like its not necessary that i have to give the full name of the string used as option. Lets say i am running the script like this
"./script -r" --> this also seems to point to "readonly"
Is there anyway , we can avoid this behaviour. I am planning to use few other strings for options in script. Please help me out.