Skip to content

Commit fdacfad

Browse files
bpmctdeansheather
andauthored
Update docs/admin/scale/index.md
Co-authored-by: Dean Sheather <dean@deansheather.com>
1 parent a587e45 commit fdacfad

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/admin/scale/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,11 @@ For example, this command will do the following:
2222
- return results (e.g. `99 succeeded, 1 failed to connect` )
2323

2424
```sh
25-
coder loadtest create-workspaces \
25+
coder scaletest create-workspaces \
2626
--count 100 \
2727
--template "my-custom-template" \
2828
--parameter image="my-custom-image" \
29-
--run-command "sleep 3 && echo hello" \
30-
--connect-timeout "10s"
29+
--run-command "sleep 3 && echo hello"
3130

3231
# Run `coder scaletest --help` for all usage
3332
```

0 commit comments

Comments
 (0)