From e2cb2364c9b5729a8662f6290f6e4d07d67781f5 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 15 Jul 2022 16:27:53 -0400 Subject: Update README.md Fix typo in -d example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 319a380..4e11332 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ ssh -N -L1024:localhost:8081 user@example.lan You can use `jupyter_safe_port` in your scripts. `-d` returns the local port followed by the remote port. ``` -$ jupyter_safe_port example.lan -c 8081 +$ jupyter_safe_port example.lan -d 8081 1024 8081 ``` -- cgit