File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ coder speedtest <workspace> [flags]
9
9
### Options
10
10
11
11
```
12
- -d, --direct Specifies whether to wait for a direct connection before testing speed.
13
- -h, --help help for speedtest
14
- -r , --reverse Specifies whether to run in reverse mode where the client receives and the server sends.
15
- -t, --time duration Specifies the duration to monitor traffic. (default 5s)
12
+ -d, --direct Specifies whether to wait for a direct connection before testing speed.
13
+ --direction string Specifies whether to run in reverse mode where the client receives and the server sends. (up|down) (default "down")
14
+ -h , --help help for speedtest
15
+ -t, --time duration Specifies the duration to monitor traffic. (default 5s)
16
16
```
17
17
18
18
### Options inherited from parent commands
You can’t perform that action at this time.
0 commit comments