diff options
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-08-02 16:42:57 +0000 |
---|---|---|
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-08-02 16:42:57 +0000 |
commit | b07cec408f61acd3c34ad1c03b212bba9b66c454 (patch) | |
tree | 4a906eebd467e2d71687e57205d07368f2adcc1b /plugins/check_by_ssh.c | |
parent | f4e6b2a946c087c096e38415210219fe1c870822 (diff) | |
download | monitoring-plugins-b07cec408f61acd3c34ad1c03b212bba9b66c454.tar.gz |
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
Diffstat (limited to 'plugins/check_by_ssh.c')
-rw-r--r-- | plugins/check_by_ssh.c | 10 |
1 files changed, 6 insertions, 4 deletions
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\ |