summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2023-04-22 17:16:21 -0400
committerAndrew Cady <d@jerkface.net>2023-04-22 17:16:21 -0400
commit2e87b684ecc657706e6ca0749643c84c6caee375 (patch)
tree7fbee7f96d6d9fbfc50df9797b4a98f6636a4af6
parent0e5b1be3ea356826c79fbdae01d6233542691176 (diff)
fix usage text
-rwxr-xr-xsocat.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/socat.sh b/socat.sh
index 76ec932..e7ae9f6 100755
--- a/socat.sh
+++ b/socat.sh
@@ -47,7 +47,7 @@ main()
47 exec $COMMAND 47 exec $COMMAND
48 ;; 48 ;;
49 *) 49 *)
50 echo "Usage: $0 install [destination] [destination port] [local port]" >&2 50 echo "Usage: $0 install [destination [destination port [local port]]]" >&2
51 exit 1 51 exit 1
52 ;; 52 ;;
53 esac 53 esac