summaryrefslogtreecommitdiffstats
path: root/src/zabbix_get/zabbix_get.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/zabbix_get/zabbix_get.c')
-rw-r--r--src/zabbix_get/zabbix_get.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zabbix_get/zabbix_get.c b/src/zabbix_get/zabbix_get.c
index c537cccb..cf1e8e15 100644
--- a/src/zabbix_get/zabbix_get.c
+++ b/src/zabbix_get/zabbix_get.c
@@ -29,7 +29,7 @@ char *progname = NULL;
char title_message[] = "ZABBIX get - Communicate with ZABBIX agent";
char usage_message[] = "[-hV] -s<host name or IP> [-p<port>] [-I<ip address>] -k<key>";
-#ifndef HAVE_GETOPT_LONG
+#ifdef HAVE_GETOPT_LONG
char *help_message[] = {
"Options:",
" -s --host <host name or IP> Specify host name or IP address of a host.",