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_read | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions/TCP/tcp_read') diff --git a/Functions/TCP/tcp_read b/Functions/TCP/tcp_read index f880395dd..ba9185ed5 100644 --- a/Functions/TCP/tcp_read +++ b/Functions/TCP/tcp_read @@ -116,7 +116,7 @@ while getopts "abdl:qs:t:T:u:" opt; do read_fds[$((read_fd))]=1 done ;; - (*) [[ $opt != \? ]] && print Unhandled option, complain: $opt >&2 + (*) [[ $opt != \? ]] && print "Unhandled option, complain: $opt" >&2 return 1 ;; esac -- cgit v1.2.3