summary refs log tree commit diff
path: root/Functions/TCP/tcp_send
diff options
context:
space:
mode:
Diffstat (limited to 'Functions/TCP/tcp_send')
-rw-r--r--Functions/TCP/tcp_send2
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/TCP/tcp_send b/Functions/TCP/tcp_send
index c976a2fb7..86dda6403 100644
--- a/Functions/TCP/tcp_send
+++ b/Functions/TCP/tcp_send
@@ -29,7 +29,7 @@ while getopts "acl:nqs:" opt; do
 	    fi
 	    sessions+=($OPTARG)
 	    ;;
-	(*) [[ $opt != '?' ]] && print Unhandled option, complain: $opt >&2
+	(*) [[ $opt != '?' ]] && print "Unhandled option, complain: $opt" >&2
             return 1
 	    ;;
     esac