summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2ad398d)
raw | patch | inline | side by side (parent: 2ad398d)
author | Benoit Mortier <opensides@users.sourceforge.net> | |
Fri, 3 Dec 2004 17:15:27 +0000 (17:15 +0000) | ||
committer | Benoit Mortier <opensides@users.sourceforge.net> | |
Fri, 3 Dec 2004 17:15:27 +0000 (17:15 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@991 f882894a-f735-0410-b71e-b25c423dba1c
plugins/check_load.c | patch | blob | history | |
plugins/check_ssh.c | patch | blob | history |
diff --git a/plugins/check_load.c b/plugins/check_load.c
index 6d87237f5ce4aaa70772505769d2ab2077fabd38..2112d1cfd1eed12bc94e4283a7644ff00a9d64c9 100644 (file)
--- a/plugins/check_load.c
+++ b/plugins/check_load.c
void
print_usage (void)
{
- printf ("Usage: %s -w WLOAD1,WLOAD5,WLOAD15 -c CLOAD1,CLOAD5,CLOAD15\n"),
- progname);
+ printf ("Usage: %s -w WLOAD1,WLOAD5,WLOAD15 -c CLOAD1,CLOAD5,CLOAD15\n", progname);
printf (UT_HLP_VRS, progname, progname);
}
diff --git a/plugins/check_ssh.c b/plugins/check_ssh.c
index a21e2f524cbbbb33c63d39f4cd75e96034a9857a..d1ae46bb5897e3f5ee9d3098e8e6a28a7fedc56b 100644 (file)
--- a/plugins/check_ssh.c
+++ b/plugins/check_ssh.c
print_usage (void)
{
printf ("\
-Usage: %s [-46] [-t <timeout>] [-r <remote version>] [-p <port>] <host>\n"), progname);
+Usage: %s [-46] [-t <timeout>] [-r <remote version>] [-p <port>] <host>\n", progname);
printf (UT_HLP_VRS, progname, progname);
}