summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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