app/vmagent/README.md: apply typo fix from 1fda517af9

This commit is contained in:
Aliaksandr Valialkin 2022-10-01 12:31:06 +03:00
parent f9843442f2
commit 9676519830
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

View file

@ -76,7 +76,7 @@ Pass `-help` to `vmagent` in order to see [the full list of supported command-li
`vmagent` supports multiple approaches for reloading configs from updated config files such as `-promscrape.config`, `-remoteWrite.relabelConfig` and `-remoteWrite.urlRelabelConfig`: `vmagent` supports multiple approaches for reloading configs from updated config files such as `-promscrape.config`, `-remoteWrite.relabelConfig` and `-remoteWrite.urlRelabelConfig`:
* Sending `SUGHUP` signal to `vmagent` process: * Sending `SIGHUP` signal to `vmagent` process:
```console ```console
kill -SIGHUP `pidof vmagent` kill -SIGHUP `pidof vmagent`