fix typo in example commands #6
@@ -11,13 +11,13 @@ pip3 install transfersh-cli
|
|||||||
## Use
|
## Use
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
trasnfersh [file]
|
transfersh [file]
|
||||||
```
|
```
|
||||||
|
|
||||||
Example
|
Example
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
trasnfersh photos.zip
|
transfersh photos.zip
|
||||||
```
|
```
|
||||||
|
|
||||||
Output
|
Output
|
||||||
@@ -37,13 +37,13 @@ In addition, the route will be saved in your clipboard. Ready to paste it where
|
|||||||
`-a` or `--max-days`.
|
`-a` or `--max-days`.
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
trasnfersh --max-days [number] [file]
|
transfersh --max-days [number] [file]
|
||||||
```
|
```
|
||||||
|
|
||||||
Example
|
Example
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
trasnfersh --max-days 7 photos.zip
|
transfersh --max-days 7 photos.zip
|
||||||
```
|
```
|
||||||
|
|
||||||
### Maximum number of times that file can be downloaded
|
### Maximum number of times that file can be downloaded
|
||||||
@@ -51,11 +51,11 @@ trasnfersh --max-days 7 photos.zip
|
|||||||
`-d` or `--max-downloads`.
|
`-d` or `--max-downloads`.
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
trasnfersh --max-downloads [number] [file]
|
transfersh --max-downloads [number] [file]
|
||||||
```
|
```
|
||||||
|
|
||||||
Example
|
Example
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
trasnfersh --max-downloads 2 photos.zip
|
transfersh --max-downloads 2 photos.zip
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user