Skip to content

Commit 5ee9518

Browse files
committed
fix desc
1 parent 0e90b2c commit 5ee9518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/exp_scaletest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1058,7 +1058,7 @@ func (r *RootCmd) scaletestWorkspaceTraffic() *clibase.Cmd {
10581058
{
10591059
Flag: "target-workspaces",
10601060
Env: "CODER_SCALETEST_TARGET_WORKSPACES",
1061-
Description: "Target a specific range of workspaces in the format [START]:[END] (exclusive). Example: 0:10 will target workspaces the 10 first alphabetically sorted workspaces (0-9).",
1061+
Description: "Target a specific range of workspaces in the format [START]:[END] (exclusive). Example: 0:10 will target the 10 first alphabetically sorted workspaces (0-9).",
10621062
Value: clibase.StringOf(&targetWorkspaces),
10631063
},
10641064
{

0 commit comments

Comments
 (0)