Make the sample command easier to follow

A tiny change suggestion due to:

- `-SIGHUP` was mentioned in the previous text
- `-SIGHUP` is easier to read than `-1`
- `-1` can be easily mixed up with `-l`

Fixes #10592
This commit is contained in:
Yi Ou 2019-03-26 23:12:13 +01:00 committed by João Duarte
parent 07eb8ea005
commit 863a0c44e0

View file

@ -25,7 +25,7 @@ process running Logstash. For example:
[source,shell]
----------------------------------
kill -1 14175
kill -SIGHUP 14175
----------------------------------
Where 14175 is the ID of the process running Logstash.