From 315432d00c203013462b27b2fb4dad0f518c9b10 Mon Sep 17 00:00:00 2001 From: "Eduardo Ramos Testillano (eramedu)" Date: Mon, 13 Apr 2020 14:29:19 +0200 Subject: [PATCH] Remove hint which has no sense Ignore flags is not commandline configured now. --- example/diameter/launcher/deployments/basic/configure.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/example/diameter/launcher/deployments/basic/configure.sh b/example/diameter/launcher/deployments/basic/configure.sh index 5257578..af8b5fc 100755 --- a/example/diameter/launcher/deployments/basic/configure.sh +++ b/example/diameter/launcher/deployments/basic/configure.sh @@ -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" -- 2.20.1