Remove operation help.
[anna.git] / example / diameter / launcher / deployments / st-client / operation_all.sh
index 2dcb900..1d0628f 100755 (executable)
@@ -8,13 +8,6 @@ then
   exit 1
 fi
 
-if [ "$1" = "-h" -o "$1" = "--help" ]
-then
-  first_adml=$(ls -d ADMLS/* | head -n +1)
-  $first_adml/operation.sh help
-  exit 0
-fi
-
 for op in `ls ADMLS/*/operation.sh`
 do
   dn_op=`dirname $op`