Skip to content

Commit

Permalink
Make the sample command easier to follow
Browse files Browse the repository at this point in the history
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 elastic#10592
  • Loading branch information
ouyi authored and jsvd committed Apr 1, 2019
1 parent 03edd76 commit 8760b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/static/reloading-config.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8760b48

Please sign in to comment.