diff options
author | Ryo Nakamura <upa@haeena.net> | 2023-02-16 18:24:19 +0900 |
---|---|---|
committer | Ryo Nakamura <upa@haeena.net> | 2023-02-16 18:24:19 +0900 |
commit | 32f4b450ea6dc6006a9e5a717396f93d57922e65 (patch) | |
tree | e2f1a3ae033333dba85f201c645d64ac5f08d5bc | |
parent | dbc96f91665db38126f6473eb26ef87db126ed3c (diff) |
bump version to 0.0.6
-rw-r--r-- | README.md | 3 | ||||
-rw-r--r-- | VERSION | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -141,7 +141,7 @@ copy done: test/testdir/asdf ```console $ mscp -h -mscp v0.0.5: copy files over multiple ssh connections +mscp v0.0.6: copy files over multiple ssh connections Usage: mscp [vqDCHdNh] [-n nr_conns] [-m coremask] [-s min_chunk_sz] [-S max_chunk_sz] [-a nr_ahead] [-b buf_sz] @@ -159,6 +159,7 @@ Usage: mscp [vqDCHdNh] [-n nr_conns] [-m coremask] -v increment verbose output level -q disable output -D dry run + -r no effect -l LOGIN_NAME login name -p PORT port number @@ -1 +1 @@ -0.0.5 +0.0.6 |