From 3a4443a17b172411fcfefeb99fed5e2f859908fd Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Tue, 13 Aug 2024 14:10:45 -0700 Subject: [PATCH] Fix a typo in a documented flag in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f8cbdc1a..38fed0183 100644 --- a/README.md +++ b/README.md @@ -165,10 +165,10 @@ Once you have an open port, the syntax is similar to ssh. Username is default to et hostname (etserver running on default port 2022, username is the same as current) et user@hostname:8000 (etserver running on port 8000, different user) ``` -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. +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. ``` et hostname -jumphost jump_hostname (etserver running on port 2022 on both hostname and jumphost) -et hostname:8888 -jumphost jump_hostname -jport 9999 +et hostname:8888 --jumphost jump_hostname --jport 9999 ``` 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`.