diff options
author | Ryo Nakamura <upa@haeena.net> | 2023-08-04 16:12:27 +0900 |
---|---|---|
committer | Ryo Nakamura <upa@haeena.net> | 2023-08-04 16:12:36 +0900 |
commit | 6b45cf7c9ccbdcb75f150d060652ef9e9d5f2dd4 (patch) | |
tree | 25a3d72f59f7273510e35d007b65fec8b6c561ba /README.md | |
parent | 58026790d94a795ce4ccd0e73e19c4b2e23957a4 (diff) |
update README: adjust to the current usage
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -163,11 +163,11 @@ copy done: test/testdir/asdf ```console $ 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] [-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 -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 -p PORT port number + -F CONFIG path to user ssh config (default ~/.ssh/config) -i IDENTITY identity file for public key authentication -c CIPHER cipher spec -M HMAC hmac spec |