1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-29 05:21:00 +01:00

36754: Functions/TCP: Tweak some usage output in the tcp_* functions

This commit is contained in:
Mikael Magnusson 2015-10-03 00:04:09 +02:00
parent 0626be9e3c
commit 64061e504f
5 changed files with 11 additions and 5 deletions

View file

@ -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