chore(agent): Fix typo in service install command (#15967)

This commit is contained in:
Dane Strandboge 2024-10-02 11:41:34 -05:00 committed by GitHub
parent ddd6023cee
commit 2b307c789a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ To install Telegraf as a service use
> telegraf service install
In case you are planning to start multiple Telegraf instances as a service,
you must use distrinctive service-names for each instance. To install two
you must use distinctive service-names for each instance. To install two
services with different configurations use
> telegraf --config "C:\Program Files\Telegraf\telegraf-machine.conf" --service-name telegraf-machine service install