Remove hint which has no sense
[anna.git] / example / diameter / launcher / deployments / basic / configure.sh
index 5257578..af8b5fc 100755 (executable)
@@ -74,7 +74,6 @@ read enable
 KINDNESS=
 echo
 echo "Strict xml for decoded messages ? (y/n) [y]:"
-echo " (ignoring flags turns a made-up xml representation; execute './$EXE_BN | grep -A1 ignoreFlags:' for more help)"
 read strict
 [ "$strict" = "" ] && strict=y
 [ "$strict" = "n" ] && KINDNESS="--ignoreFlags"