diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2022-07-15 16:27:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-15 16:27:53 -0400 |
commit | e2cb2364c9b5729a8662f6290f6e4d07d67781f5 (patch) | |
tree | 9cda343238dd93904fa8900f4e16854270e25ad8 /README.md | |
parent | 011a989ac4c02a2624303c1fe20647e912556adf (diff) | |
download | jupyter_safe_port-e2cb2364c9b5729a8662f6290f6e4d07d67781f5.tar.gz |
Update README.md
Fix typo in -d example
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ``` |