Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/go/cmd/zabbix_agent2')
-rw-r--r--src/go/cmd/zabbix_agent2/zabbix_agent2.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/go/cmd/zabbix_agent2/zabbix_agent2.go b/src/go/cmd/zabbix_agent2/zabbix_agent2.go
index bde97d7d5cd..b7590fffe58 100644
--- a/src/go/cmd/zabbix_agent2/zabbix_agent2.go
+++ b/src/go/cmd/zabbix_agent2/zabbix_agent2.go
@@ -100,6 +100,7 @@ func processHelpCommand(c *remotecontrol.Client) (err error) {
help := `Remote control interface, available commands:
log_level_increase - Increase log level
log_level_decrease - Decrease log level
+ userparameter_reload - Reload user parameters
metrics - List available metrics
version - Display Agent version
help - Display this help message`