Skip to content

Commit a87dae5

Browse files
committed
docs(readme): update flags usage
1 parent a3a5867 commit a87dae5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ relay is a simple command line file transfer over local or global network using
22
It don't require any dependencies and is not platform specific. It should work on linux, windows and macOS.
33

44
# INSTALLATION
5-
You can install this tool using go command `go install https://github.com/AmirMirzayi/relay` or download binary from [Releases][https://github.com/AmirMirzayi/relay/releases]
5+
You can install this tool using go command `go install https://github.com/AmirMirzayi/relay` or download binary from [Releases](https://github.com/AmirMirzayi/relay/releases).
66

77
# USAGE
88
> [!IMPORTANT]
@@ -21,15 +21,15 @@ You can install this tool using go command `go install https://github.com/AmirMi
2121
## Host serves to send files
2222
send command must have at least 1 argument which has file or directory path
2323
```
24-
relay send [-p 12345 | -i 127.0.0.1 | -t 120 | -w 25] some_file.ext other_file2.ext some_directory_within_subdirectories
24+
relay send [-p 12345 | -i 127.0.0.1 | -t 120 | -w 25 | -l false] some_file.ext other_file2.ext some_directory_within_subdirectories
2525
```
2626

2727
### Flags
2828
```
2929
-s, --save string files save path (default "/home/$(USER)/relay")
3030
```
3131

32-
## Connect to host to receive files
33-
```
34-
relay receive -i 127.0.0.1 [-p 12345 | -t 120 | -w 25 | -s /home]
32+
## Connect to the host to receive files
3533
```
34+
relay receive -i 127.0.0.1 [-p 12345 | -t 120 | -w 25 | -s /home | -l false]
35+
```

0 commit comments

Comments
 (0)