Update README to match changes in latest commit by @Gahr
This commit is contained in:
parent
1edf1f8485
commit
b228e41753
1 changed files with 3 additions and 3 deletions
|
@ -73,7 +73,7 @@ Easily upload and download:
|
|||
```bash
|
||||
# Simple upload
|
||||
$ ffsend upload my-file.txt
|
||||
Share link: https://send.firefox.com/#sample-share-url
|
||||
https://send.firefox.com/#sample-share-url
|
||||
|
||||
# Advanced upload
|
||||
# - Specify a download limit of 20
|
||||
|
@ -83,11 +83,11 @@ Share link: https://send.firefox.com/#sample-share-url
|
|||
# - Open the shareable link in your browser
|
||||
$ ffsend upload --downloads 20 --password --archive --copy --open my-file.txt
|
||||
Password: ******
|
||||
Share link: https://send.firefox.com/#sample-share-url
|
||||
https://send.firefox.com/#sample-share-url
|
||||
|
||||
# Upload to your own host
|
||||
$ ffsend u -h https://example.com/ my-file.txt
|
||||
Share link: https://example.com/#sample-share-url
|
||||
https://example.com/#sample-share-url
|
||||
|
||||
# Simple download
|
||||
$ ffsend download https://send.firefox.com/#sample-share-url
|
||||
|
|
Loading…
Reference in a new issue