summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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