Skip to content

Commit 722b745

Browse files
Update docs/sources/k6/next/using-k6/test-authoring/create-test-script-using-the-cli.md
Co-authored-by: Heitor Tashiro Sergent <[email protected]>
1 parent 126545b commit 722b745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sources/k6/next/using-k6/test-authoring/create-test-script-using-the-cli.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ k6 new --template protocol
5454

5555
### --project-id
5656

57-
The `--project-id` allows you to specify a Grafana Cloud k6 project ID. The generated script is then configured to run in that project. To include the project ID in your custom template, use `{{ .ProjectID }}` as a placeholder, for example:
57+
The `--project-id` flag allows you to specify a Grafana Cloud k6 project ID. The generated script is then configured to run in that project. To include the project ID in your custom template, use `{{ .ProjectID }}` as a placeholder, for example:
5858

5959
```javascript
6060
export default function () {

0 commit comments

Comments
 (0)