aboutsummaryrefslogtreecommitdiff
path: root/plugins/check_load.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_load.c')
-rw-r--r--plugins/check_load.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_load.c b/plugins/check_load.c
index 803467df..00bfc8a6 100644
--- a/plugins/check_load.c
+++ b/plugins/check_load.c
@@ -319,7 +319,7 @@ the load average format is the same used by \"uptime\" and \"w\"\n\n"));
void
print_usage (void)
{
- printf (_("Usage: %s -w WLOAD1,WLOAD5,WLOAD15 -c CLOAD1,CLOAD5,CLOAD15\n"),
+ printf ("Usage: %s -w WLOAD1,WLOAD5,WLOAD15 -c CLOAD1,CLOAD5,CLOAD15\n"),
progname);
- printf (_(UT_HLP_VRS), progname, progname);
+ printf (UT_HLP_VRS, progname, progname);
}