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