summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7a7d4d7)
raw | patch | inline | side by side (parent: 7a7d4d7)
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | |
Thu, 13 Mar 2003 06:00:21 +0000 (06:00 +0000) | ||
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | |
Thu, 13 Mar 2003 06:00:21 +0000 (06:00 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@416 f882894a-f735-0410-b71e-b25c423dba1c
plugins/negate.c | patch | blob | history |
diff --git a/plugins/negate.c b/plugins/negate.c
index 3e4c493ea6adc1fd749d555b17f0ac35e5ee45b3..c1c0bc57fd07ae71fb16cf11b26102dc7afd22df 100644 (file)
--- a/plugins/negate.c
+++ b/plugins/negate.c
};
while (1) {
- c = getopt_long (argc, argv, "hVt:",
+ c = getopt_long (argc, argv, "+hVt:",
long_options, &option_index);
if (c == -1 || c == EOF)