From 2e87b684ecc657706e6ca0749643c84c6caee375 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Sat, 22 Apr 2023 17:16:21 -0400 Subject: fix usage text --- socat.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/socat.sh b/socat.sh index 76ec932..e7ae9f6 100755 --- a/socat.sh +++ b/socat.sh @@ -47,7 +47,7 @@ main() exec $COMMAND ;; *) - echo "Usage: $0 install [destination] [destination port] [local port]" >&2 + echo "Usage: $0 install [destination [destination port [local port]]]" >&2 exit 1 ;; esac -- cgit v1.2.3