Document that if `-t' option is used then a `--' is needed - transferwee - Download/upload file via wetransfer.com
(HTM) git clone https://github.com/iamleot/transferwee
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
(DIR) commit 55d967a2ce835bed3da438d465cf4bb23a19d535
(DIR) parent b98db25d560b7aff4f2f9cfe15ce2d0597163655
(HTM) Author: Leonardo Taccari <iamleot@gmail.com>
Date: Tue, 16 Oct 2018 21:55:49 +0200
Document that if `-t' option is used then a `--' is needed
Diffstat:
M README.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/README.md b/README.md
@@ -28,7 +28,9 @@ URL corresponding the transfer.
If both `-f` option and `-t` option are passed the email upload
will be used (in that way the sender will get an email after the
-upload and after every recipient will download the file).
+upload and after every recipient will download the file, please
+also note that because `-t` option accepts several fields a `--`
+is needed to separate it with the file arguments).
Otherwise the link upload will be used.
```