From fe85e58bc6e34b4c3b7d9ed343cfafee0543dd1d Mon Sep 17 00:00:00 2001 From: Sneha More Date: Tue, 23 Sep 2014 12:52:09 +0530 Subject: [PATCH] reload command triggers reload --- website/source/docs/commands/reload.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/commands/reload.html.markdown b/website/source/docs/commands/reload.html.markdown index 0bd9509912..001c8f2af1 100644 --- a/website/source/docs/commands/reload.html.markdown +++ b/website/source/docs/commands/reload.html.markdown @@ -8,7 +8,7 @@ sidebar_current: "docs-commands-reload" Command: `consul reload` -The leave command triggers a reload of configuration files for the agent. +The reload command triggers a reload of configuration files for the agent. The `SIGHUP` signal is usually used to trigger a reload of configurations, but in some cases it may be more convenient to trigger the CLI instead.