mirror of
https://github.com/veeso/termscp.git
synced 2026-07-25 17:11:01 +02:00
docs(en): fix CLI references (no -t / --update flags; -b is a value option)
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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>.
|
||||
|
||||
Reference in New Issue
Block a user