diff options
author | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-03 16:56:27 (GMT) |
---|---|---|
committer | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-03 16:56:27 (GMT) |
commit | 2ad398d2e04717ce3a6a8fb869e855c42581a30a (patch) | |
tree | a9230435f6a718f6b52e0c909846557bf19ce6b5 /plugins/check_load.c | |
parent | fa002886e390f5cc603021e422be3c319a1040ea (diff) | |
download | monitoring-plugins-2ad398d2e04717ce3a6a8fb869e855c42581a30a.tar.gz |
fixes for internationalization
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@990 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_load.c')
-rw-r--r-- | plugins/check_load.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/check_load.c b/plugins/check_load.c index 00bfc8a..6d87237 100644 --- a/plugins/check_load.c +++ b/plugins/check_load.c | |||
@@ -321,5 +321,6 @@ print_usage (void) | |||
321 | { | 321 | { |
322 | printf ("Usage: %s -w WLOAD1,WLOAD5,WLOAD15 -c CLOAD1,CLOAD5,CLOAD15\n"), | 322 | printf ("Usage: %s -w WLOAD1,WLOAD5,WLOAD15 -c CLOAD1,CLOAD5,CLOAD15\n"), |
323 | progname); | 323 | progname); |
324 | |||
324 | printf (UT_HLP_VRS, progname, progname); | 325 | printf (UT_HLP_VRS, progname, progname); |
325 | } | 326 | } |