Change getopts string to fix flags

Change-Id: I181fcd6d3dbbfcec37369ec0c847d8069960b9e2
diff --git a/scripts/telecom_testing.sh b/scripts/telecom_testing.sh
index 4b43275..d7e21d6 100644
--- a/scripts/telecom_testing.sh
+++ b/scripts/telecom_testing.sh
@@ -16,9 +16,9 @@
   debug=false
   coverage=false
 
-  while getopts "c:die?" opt; do
+  while getopts "c:die" opt; do
     case "$opt" in
-      ?)
+      \?)
         echo "$usage"
         return 0;;
       c)