aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2022-07-15 16:27:53 -0400
committerGitHub <noreply@github.com>2022-07-15 16:27:53 -0400
commite2cb2364c9b5729a8662f6290f6e4d07d67781f5 (patch)
tree9cda343238dd93904fa8900f4e16854270e25ad8
parent011a989ac4c02a2624303c1fe20647e912556adf (diff)
downloadjupyter_safe_port-e2cb2364c9b5729a8662f6290f6e4d07d67781f5.tar.gz
Update README.md
Fix typo in -d example
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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
```