From 6b45cf7c9ccbdcb75f150d060652ef9e9d5f2dd4 Mon Sep 17 00:00:00 2001 From: Ryo Nakamura Date: Fri, 4 Aug 2023 16:12:27 +0900 Subject: update README: adjust to the current usage --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cdc6835..19a9da8 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3