diff options
Diffstat (limited to 'plugins/check_nwstat.c')
-rw-r--r-- | plugins/check_nwstat.c | 6 |
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 (_("\ |
911 | Usage: %s This plugin attempts to contact the MRTGEXT NLM running\n\ | 911 | This plugin attempts to contact the MRTGEXT NLM running on a\n\ |
912 | on a Novell server to gather the requested system information.\n\n"), | 912 | Novell 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 ("\ |
991 | Usage: %s -H host [-p port] [-v variable] [-w warning] [-c critical]\n\ | 991 | Usage: %s -H host [-p port] [-v variable] [-w warning] [-c critical]\n\ |
992 | [-t timeout].\n", progname); | 992 | [-t timeout].\n", progname); |
993 | } | 993 | } |