Skip to content

Commit 3a4443a

Browse files
authored
Fix a typo in a documented flag in README
1 parent 79399d5 commit 3a4443a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,10 @@ Once you have an open port, the syntax is similar to ssh. Username is default to
165165
et hostname (etserver running on default port 2022, username is the same as current)
166166
et user@hostname:8000 (etserver running on port 8000, different user)
167167
```
168-
You can specify a jumphost and the port et is running on jumphost using `-jumphost` and `-jport`. If no `-jport` is given, et will try to connect to default port 2022.
168+
You can specify a jumphost and the port et is running on jumphost using `--jumphost` and `--jport`. If no `--jport` is given, et will try to connect to default port 2022.
169169
```
170170
et hostname -jumphost jump_hostname (etserver running on port 2022 on both hostname and jumphost)
171-
et hostname:8888 -jumphost jump_hostname -jport 9999
171+
et hostname:8888 --jumphost jump_hostname --jport 9999
172172
```
173173
Additional arguments that et accept are port forwarding pairs with option `-t "18000:8000, 18001-18003:8001-8003"`, a command to run immediately after the connection is setup through `-c`.
174174

0 commit comments

Comments
 (0)