mirror of
https://github.com/upa/mscp.git
synced 2026-02-04 03:24:58 +08:00
update README: adjust to the current usage
This commit is contained in:
@@ -163,11 +163,11 @@ copy done: test/testdir/asdf
|
|||||||
|
|
||||||
```console
|
```console
|
||||||
$ mscp -h
|
$ mscp -h
|
||||||
mscp v0.0.9: copy files over multiple ssh connections
|
mscp v0.0.9-11-g5802679: copy files over multiple ssh connections
|
||||||
|
|
||||||
Usage: mscp [vqDHdNh] [-n nr_conns] [-m coremask] [-u max_startups]
|
Usage: mscp [vqDHdNh] [-n nr_conns] [-m coremask] [-u max_startups]
|
||||||
[-s min_chunk_sz] [-S max_chunk_sz] [-a nr_ahead] [-b buf_sz]
|
[-s min_chunk_sz] [-S max_chunk_sz] [-a nr_ahead] [-b buf_sz]
|
||||||
[-l login_name] [-p port] [-i identity_file]
|
[-l login_name] [-p port] [-F ssh_config] [-i identity_file]
|
||||||
[-c cipher_spec] [-M hmac_spec] [-C compress] source ... target
|
[-c cipher_spec] [-M hmac_spec] [-C compress] source ... target
|
||||||
|
|
||||||
-n NR_CONNECTIONS number of connections (default: floor(log(cores)*2)+1)
|
-n NR_CONNECTIONS number of connections (default: floor(log(cores)*2)+1)
|
||||||
@@ -186,6 +186,7 @@ Usage: mscp [vqDHdNh] [-n nr_conns] [-m coremask] [-u max_startups]
|
|||||||
|
|
||||||
-l LOGIN_NAME login name
|
-l LOGIN_NAME login name
|
||||||
-p PORT port number
|
-p PORT port number
|
||||||
|
-F CONFIG path to user ssh config (default ~/.ssh/config)
|
||||||
-i IDENTITY identity file for public key authentication
|
-i IDENTITY identity file for public key authentication
|
||||||
-c CIPHER cipher spec
|
-c CIPHER cipher spec
|
||||||
-M HMAC hmac spec
|
-M HMAC hmac spec
|
||||||
|
|||||||
Reference in New Issue
Block a user