summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRyo Nakamura <upa@haeena.net>2023-08-04 01:53:48 +0900
committerRyo Nakamura <upa@haeena.net>2023-08-04 01:53:48 +0900
commit3b26c7c7191c44ddd8840a803b603cd2f60ac059 (patch)
tree75b087ae336882074c3bb1400d7fd6fb9fcec17e /README.md
parentfbc817213b418285ff31dfa41cc9f4fc9009fc15 (diff)
update README: glob is now supported
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 63ef58e..d1714cc 100644
--- a/README.md
+++ b/README.md
@@ -21,8 +21,7 @@ https://user-images.githubusercontent.com/184632/206889149-7cc6178a-6f0f-41e6-85
Differences from `scp` on usage:
-- remote glob on remote shell expansion is not supported.
-- remote to remote copy is not supported.
+- Remote-to-remote copy is not supported.
- `-r` option is not needed to transfer directories.
- and any other differences I have not implemented and noticed.