sharemgr return code is 0 even though it reports an error : illegal use of option. Surely the return code in this situation should be non 0.
The system is installed with snv_81.
bash-3.2# sharemgr create -P nfs -p rw=true -p anon=0 -S sys autoGrShare
create: illegal option -- S
usage: create [-nvh] [-P proto [-p property=value]] group
bash-3.2# echo $?
0
|