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:
parent
0626be9e3c
commit
64061e504f
5 changed files with 11 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue