diff options
author | Benoit Mortier <opensides@users.sourceforge.net> | 2006-06-14 21:27:38 (GMT) |
---|---|---|
committer | Benoit Mortier <opensides@users.sourceforge.net> | 2006-06-14 21:27:38 (GMT) |
commit | b2bfd4555a535ca0389ea3d89154ed1d27f1ac3b (patch) | |
tree | 98d64d0a9fa98c27bdd556108b557a77755420a5 /plugins/check_dummy.c | |
parent | 8e7eecefca0c5433058c70a4420a7910099444d6 (diff) | |
download | monitoring-plugins-b2bfd4555a535ca0389ea3d89154ed1d27f1ac3b.tar.gz |
updating the help and usage for localization
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1427 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_dummy.c')
-rw-r--r-- | plugins/check_dummy.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/check_dummy.c b/plugins/check_dummy.c index 0a7f472..af7f8a3 100644 --- a/plugins/check_dummy.c +++ b/plugins/check_dummy.c | |||
@@ -90,11 +90,9 @@ print_help (void) | |||
90 | printf ("Copyright (c) 1999 Ethan Galstad <nagios@nagios.org>\n"); | 90 | printf ("Copyright (c) 1999 Ethan Galstad <nagios@nagios.org>\n"); |
91 | printf (COPYRIGHT, copyright, email); | 91 | printf (COPYRIGHT, copyright, email); |
92 | 92 | ||
93 | printf (_("This plugin will simply return the state corresponding to the numeric value")); | 93 | printf ("%s\n", _("This plugin will simply return the state corresponding to the numeric value")); |
94 | 94 | ||
95 | printf ("\n"); | 95 | printf ("%s\n", _("of the <state> argument with optional text")); |
96 | |||
97 | printf (_("of the <state> argument with optional text")); | ||
98 | 96 | ||
99 | printf ("\n\n"); | 97 | printf ("\n\n"); |
100 | 98 | ||