summaryrefslogtreecommitdiffstats
path: root/plugins/utils.h
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@aei.ca>2010-04-28 10:03:57 (GMT)
committerThomas Guyot-Sionnest <dermoth@aei.ca>2010-04-28 10:03:57 (GMT)
commita4bab0bb46243ea2b4fe49aee365a1704424cccc (patch)
tree1c43bf56b081182101ae3e85b8e4a76e7bf4b04d /plugins/utils.h
parentb48c2bdd59783197c93cde531e6e8b9747c0a88f (diff)
downloadmonitoring-plugins-a4bab0bb46243ea2b4fe49aee365a1704424cccc.tar.gz
Update extra-opts help text based on ML agreement
Diffstat (limited to 'plugins/utils.h')
-rw-r--r--plugins/utils.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/utils.h b/plugins/utils.h
index 812f588..3c3f189 100644
--- a/plugins/utils.h
+++ b/plugins/utils.h
@@ -183,7 +183,8 @@ char *fperfdata (const char *,
183#ifdef NP_EXTRA_OPTS 183#ifdef NP_EXTRA_OPTS
184#define UT_EXTRA_OPTS _("\ 184#define UT_EXTRA_OPTS _("\
185 --extra-opts=[section][@file]\n\ 185 --extra-opts=[section][@file]\n\
186 Read options from an ini file. See http://nagiosplugins.org/extra-opts for usage\n") 186 Read options from an ini file. See http://nagiosplugins.org/extra-opts\n\
187 for usage and examples.\n")
187#else 188#else
188#define UT_EXTRA_OPTS "" 189#define UT_EXTRA_OPTS ""
189#endif 190#endif