From b07cec408f61acd3c34ad1c03b212bba9b66c454 Mon Sep 17 00:00:00 2001 From: Karl DeBisschop Date: Sat, 2 Aug 2003 16:42:57 +0000 Subject: establish "UT_" namespace for usage text in #defines git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@631 f882894a-f735-0410-b71e-b25c423dba1c --- plugins/check_by_ssh.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'plugins/check_by_ssh.c') diff --git a/plugins/check_by_ssh.c b/plugins/check_by_ssh.c index de106f22..ae19253f 100644 --- a/plugins/check_by_ssh.c +++ b/plugins/check_by_ssh.c @@ -49,11 +49,11 @@ print_help (void) print_usage (); - printf (_(HELP_VRSN)); + printf (_(UT_HELP_VRSN)); - printf (_(HOST_PORT), 'p', "none"); + printf (_(UT_HOST_PORT), 'p', "none"); - printf (_(IPv46)); + printf (_(UT_IPv46)); printf (_("\ -1, --proto1\n\ @@ -77,7 +77,9 @@ print_help (void) -n, --name=NAME\n\ short name of host in nagios configuration [optional]\n")); - printf (_(WARN_CRIT_TO), DEFAULT_SOCKET_TIMEOUT); + printf (_(UT_WARN_CRIT)); + + printf (_(UT_TIMEOUT), DEFAULT_SOCKET_TIMEOUT); printf (_("\n\ The most common mode of use is to refer to a local identity file with\n\ -- cgit v1.2.3