Skip to content

Commit

Permalink
Merge pull request #12944 from ru-fu/LXD-559-api-docs-images
Browse files Browse the repository at this point in the history
doc/images: quote command containing asterisk
  • Loading branch information
tomponline authored Feb 22, 2024
2 parents 4b86872 + 0cf1da2 commit 3e1d231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/howto/images_manage.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ For example, to show all Arm 64-bit images for virtual machines, enter the follo
You can also use a regular expression:
lxc query --request GET /1.0/images?filter=fingerprint+eq+be25.*
lxc query --request GET "/1.0/images?filter=fingerprint+eq+be25.*"
See [`GET /1.0/images`](swagger:/images/images_get) and {ref}`rest-api-filtering` for more information.
```
Expand Down

0 comments on commit 3e1d231

Please sign in to comment.