summaryrefslogtreecommitdiffstats
path: root/plugins/check_nwstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_nwstat.c')
-rw-r--r--plugins/check_nwstat.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/check_nwstat.c b/plugins/check_nwstat.c
index b791640..4dffba3 100644
--- a/plugins/check_nwstat.c
+++ b/plugins/check_nwstat.c
@@ -908,8 +908,8 @@ void print_help(void)
908 printf (COPYRIGHT, copyright, email); 908 printf (COPYRIGHT, copyright, email);
909 909
910 printf (_("\ 910 printf (_("\
911Usage: %s This plugin attempts to contact the MRTGEXT NLM running\n\ 911This plugin attempts to contact the MRTGEXT NLM running on a\n\
912on a Novell server to gather the requested system information.\n\n"), 912Novell server to gather the requested system information.\n\n"),
913 progname); 913 progname);
914 914
915 print_usage(); 915 print_usage();
@@ -989,5 +989,5 @@ void print_usage(void)
989{ 989{
990 printf ("\ 990 printf ("\
991Usage: %s -H host [-p port] [-v variable] [-w warning] [-c critical]\n\ 991Usage: %s -H host [-p port] [-v variable] [-w warning] [-c critical]\n\
992 [-t timeout].\n", progname); 992 [-t timeout].\n", progname);
993} 993}