diff options
Diffstat (limited to 'plugins/utils.h')
-rw-r--r-- | plugins/utils.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/plugins/utils.h b/plugins/utils.h index 292c3df..8a6ffa1 100644 --- a/plugins/utils.h +++ b/plugins/utils.h | |||
@@ -99,11 +99,13 @@ char *state_text (int result); | |||
99 | -V, --version\n\ | 99 | -V, --version\n\ |
100 | Print version information\n" | 100 | Print version information\n" |
101 | 101 | ||
102 | #define HOST_PORT_46 "\ | 102 | #define HOST_PORT "\ |
103 | -H, --hostname=ADDRESS\n\ | 103 | -H, --hostname=ADDRESS\n\ |
104 | Host name or IP Address%s\n\ | 104 | Host name or IP Address\n\ |
105 | -%c, --port=INTEGER\n\ | 105 | -%c, --port=INTEGER\n\ |
106 | Port number (default: %s)\n\ | 106 | Port number (default: %s)\n" |
107 | |||
108 | #define IPv46 "\ | ||
107 | -4, --use-ipv4\n\ | 109 | -4, --use-ipv4\n\ |
108 | Use IPv4 connection\n\ | 110 | Use IPv4 connection\n\ |
109 | -6, --use-ipv6\n\ | 111 | -6, --use-ipv6\n\ |
@@ -119,4 +121,4 @@ char *state_text (int result); | |||
119 | -c, --critical=DOUBLE\n\ | 121 | -c, --critical=DOUBLE\n\ |
120 | Response time to result in critical status (seconds)\n\ | 122 | Response time to result in critical status (seconds)\n\ |
121 | -t, --timeout=INTEGER\n\ | 123 | -t, --timeout=INTEGER\n\ |
122 | Seconds before connection times out (default: %s)\n" | 124 | Seconds before connection times out (default: %d)\n" |