aboutsummaryrefslogtreecommitdiff
path: root/plugins/check_nt.c
diff options
context:
space:
mode:
authorGravatar Benoit Mortier <opensides@users.sourceforge.net> 2006-10-24 21:48:22 +0000
committerGravatar Benoit Mortier <opensides@users.sourceforge.net> 2006-10-24 21:48:22 +0000
commite23b863a2526872c935dfdf84856b72472c478d0 (patch)
tree8920879090db383726cee987737f67a2318bda62 /plugins/check_nt.c
parent8624e4562b6e1712fd1c3588f5ea70c373503068 (diff)
downloadmonitoring-plugins-e23b863a2526872c935dfdf84856b72472c478d0.tar.gz
last localization fixes for core plugins in c
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1524 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_nt.c')
-rw-r--r--plugins/check_nt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_nt.c b/plugins/check_nt.c
index 0dddba5c..44203dbc 100644
--- a/plugins/check_nt.c
+++ b/plugins/check_nt.c
@@ -654,7 +654,7 @@ void print_help(void)
printf (" %s", "CLIENTVERSION =");
printf (" %s\n", _("Get the NSClient version"));
printf (" %s\n", _("If -l <version> is specified, will return warning if versions differ."));
- printf (" %s\n", "CPULOAD ="
+ printf (" %s\n", "CPULOAD =");
printf (" %s\n", _("Average CPU load on last x minutes."));
printf (" %s\n", _("Request a -l parameter with the following syntax:"));
printf (" %s\n", _("-l <minutes range>,<warning threshold>,<critical threshold>."));
@@ -689,7 +689,7 @@ void print_help(void)
printf (" %s\n\n", _("If <description> does not include \"%%\", it is used as a label."));
printf (" %s\n", _("Some examples:"));
printf (" %s\n", "\"Paging file usage is %%.2f %%%%\"");
- printf (" %s\n\n", "\"%%.f %%%% paging file used.\""));
+ printf (" %s\n\n", "\"%%.f %%%% paging file used.\"");
printf (_("Notes:"));
printf (" %s\n", _("- The NSClient service should be running on the server to get any information"));
printf (" %s\n", "(http://nsclient.ready2run.nl).");