Skip to content

Commit 22b2e72

Browse files
AntoxaBarinsimonswine
authored andcommitted
Add missing bracket in profile-cli.md (#4369)
1 parent 823e730 commit 22b2e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sources/view-and-analyze-profile-data/profile-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ By default it looks for samples within the last hour, though this can be control
251251
252252
profilecli query profile \
253253
--profile-type=<profile_type> \
254-
--query='{<label_name>="<label_value>"' \
254+
--query='{<label_name>="<label_value>"}' \
255255
--from="<from>" --to="<to>"
256256
```
257257

0 commit comments

Comments
 (0)