aboutsummaryrefslogtreecommitdiff
path: root/plugins/check_tcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_tcp.c')
-rw-r--r--plugins/check_tcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_tcp.c b/plugins/check_tcp.c
index fcd67786..a21572d1 100644
--- a/plugins/check_tcp.c
+++ b/plugins/check_tcp.c
@@ -581,7 +581,7 @@ process_arguments (int argc, char **argv)
case 'S':
use_ssl = TRUE;
#else
- die (STATE_UNKNOWN, _("SSL support not available. Install OpenSSL and recompile."));
+ die (STATE_UNKNOWN, _("Invalid option - SSL is not available"));
#endif
break;
}