summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7d13413)
raw | patch | inline | side by side (parent: 7d13413)
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | |
Thu, 4 Jan 2007 11:51:04 +0000 (11:51 +0000) | ||
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | |
Thu, 4 Jan 2007 11:51:04 +0000 (11:51 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1560 f882894a-f735-0410-b71e-b25c423dba1c
plugins/check_real.c | patch | blob | history |
diff --git a/plugins/check_real.c b/plugins/check_real.c
index 17331f92d16ed1b0fb73b480dcceab95d848ab91..2d24e1481605e9c1bc7a0bd0529aac2685ea7753 100644 (file)
--- a/plugins/check_real.c
+++ b/plugins/check_real.c
}
while (1) {
- c = getopt_long (argc, argv, "+hVI:H:e:u:p:w:c:t:", longopts,
+ c = getopt_long (argc, argv, "+hvVI:H:e:u:p:w:c:t:", longopts,
&option);
if (c == -1 || c == EOF)