Skip to content

Commit 35ddaef

Browse files
Doc additions and error fixes
1 parent 1d2fce0 commit 35ddaef

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Warp-CLI provides three core transfer modes:
3434
`warp -p /dir/to/push dest_ssh /dir/to/receive`
3535

3636
### Flags
37-
- `-tr, --threads` - default=8: In most cases, 8 threads is sufficient to saturate the connection. You may want to raise or lower this depending on your hardware.
37+
- `-tr, --threads` - default=8: You may want to raise or lower this depending on your hardware.
3838
- `-ri, --report_interval`- default=5000: This limits the heartbeat report to 5000 milliseconds(5 seconds).
3939
- `-ts, --throttle_speed` - default=-1: This setting throttles the transfer to an average mbytes per second.
4040
- `-ow, --overwrite`: Allow the receiver to overwrite existing files.
@@ -62,8 +62,8 @@ Warp-CLI provides a number of utilities to streamline the daily use of WTD when
6262
`warp --daemon /dir/to/receive`
6363
- -i, --install: Attempt to install WDT and dependencies.\
6464
`warp --install`
65-
- -ri, --remote_install: Attempt to install WDT and dependencies on a remote machine.\
66-
`warp -ri ssh.alias /dir/to/install`
65+
- -ir, --install_remote: Attempt to install WDT and dependencies on a remote machine.\
66+
`warp -ir ssh.alias /dir/to/install`
6767
- -rm, --uninstall: Uninstall Warp-CLI and config files.\
6868
`warp --uninstall`
6969

0 commit comments

Comments
 (0)