docs(en): fix CLI references (no -t / --update flags; -b is a value option)

This commit is contained in:
Christian Visintin
2026-06-08 09:00:48 +02:00
parent 6a61eb16f7
commit 0db3ea43d2
3 changed files with 4 additions and 10 deletions

View File

@@ -6,8 +6,8 @@ termscp can start in three different ways depending on the arguments you pass.
parameters required to connect to the remote host.
- An address argument: termscp skips the authentication form and connects
directly to the remote host.
- A bookmark name with `-b, --address-as-bookmark`: termscp resolves the
argument as a saved bookmark and connects.
- A bookmark name with `-b <bookmark-name>`: termscp resolves the argument as a
saved bookmark and connects. Repeat `-b` to open several bookmarks.
When you provide an address argument or a bookmark name, you can also provide a
start working directory for the local host.

View File

@@ -77,7 +77,7 @@ enjoy all of its features.
To update termscp to the latest version, run it from the command line with:
```sh
(sudo) termscp --update
(sudo) termscp update
```
For all platforms and methods, see <https://termscp.rs/install>.