Remove operation help.
[anna.git] / example / diameter / launcher / resources / scripts / operation_curl.sh
index 5cff3c7..18211fe 100755 (executable)
@@ -18,7 +18,7 @@ echo
 SERVER=`cat .httpServer`
 
 # Send operation:
-[ "$1" = "" ] && _exit "Usage: $0 <operation string>; i.e.: $0 help"
+[ "$1" = "" ] && _exit "Usage: $0 <operation string>; i.e.: $0 node"
 #> curl_log.txt
 #TRACE="--trace-ascii curl_log.txt"
 curl -m 1 --data "$1" $SERVER