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_open | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions/TCP/tcp_open') diff --git a/Functions/TCP/tcp_open b/Functions/TCP/tcp_open index 091217788..a04403c76 100644 --- a/Functions/TCP/tcp_open +++ b/Functions/TCP/tcp_open @@ -152,7 +152,7 @@ fi if (( $# )); then print "Usage: $0 [-z] [-a fd | -f fd | host port [ session ] ] - $0 [-z] [ -s session | -l sesslist ] ..." >&2 + $0 [-z] [ -s session | -l sesslist ] ..." >&2 return 1 fi -- cgit v1.2.3