summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyo Nakamura <upa@haeena.net>2023-02-16 18:24:19 +0900
committerRyo Nakamura <upa@haeena.net>2023-02-16 18:24:19 +0900
commit32f4b450ea6dc6006a9e5a717396f93d57922e65 (patch)
treee2f1a3ae033333dba85f201c645d64ac5f08d5bc
parentdbc96f91665db38126f6473eb26ef87db126ed3c (diff)
bump version to 0.0.6
-rw-r--r--README.md3
-rw-r--r--VERSION2
2 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 23b00dd..1b186b8 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/VERSION b/VERSION
index bbdeab6..1750564 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.0.5
+0.0.6