summaryrefslogtreecommitdiffstats
path: root/plugins/check_cluster.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_cluster.c')
-rw-r--r--plugins/check_cluster.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_cluster.c b/plugins/check_cluster.c
index fe497d4..d4e39e0 100644
--- a/plugins/check_cluster.c
+++ b/plugins/check_cluster.c
@@ -271,7 +271,7 @@ void
271print_usage(void) 271print_usage(void)
272{ 272{
273 273
274 printf(_("Usage:")); 274 printf("%s\n", _("Usage:"));
275 printf(" %s (-s | -h) -d val1[,val2,...,valn] [-l label]\n", progname); 275 printf(" %s (-s | -h) -d val1[,val2,...,valn] [-l label]\n", progname);
276 printf("[-w threshold] [-c threshold] [-v] [--help]\n"); 276 printf("[-w threshold] [-c threshold] [-v] [--help]\n");
277 277