You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Warp-CLI provides three core transfer modes:
34
34
`warp -p /dir/to/push dest_ssh /dir/to/receive`
35
35
36
36
### 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.
38
38
-`-ri, --report_interval`- default=5000: This limits the heartbeat report to 5000 milliseconds(5 seconds).
39
39
-`-ts, --throttle_speed` - default=-1: This setting throttles the transfer to an average mbytes per second.
40
40
-`-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
62
62
`warp --daemon /dir/to/receive`
63
63
- -i, --install: Attempt to install WDT and dependencies.\
64
64
`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`
67
67
- -rm, --uninstall: Uninstall Warp-CLI and config files.\
0 commit comments