From 64061e504fe9145c34911622a9fec6ec43869cea Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Sat, 3 Oct 2015 00:04:09 +0200 Subject: 36754: Functions/TCP: Tweak some usage output in the tcp_* functions --- Functions/TCP/tcp_send | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions/TCP/tcp_send') 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 -- cgit v1.2.3