diff options
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2010-04-28 06:03:57 -0400 |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2010-04-28 06:03:57 -0400 |
commit | a4bab0bb46243ea2b4fe49aee365a1704424cccc (patch) | |
tree | 1c43bf56b081182101ae3e85b8e4a76e7bf4b04d /plugins/utils.h | |
parent | b48c2bdd59783197c93cde531e6e8b9747c0a88f (diff) | |
download | monitoring-plugins-a4bab0bb46243ea2b4fe49aee365a1704424cccc.tar.gz |
Update extra-opts help text based on ML agreement
Diffstat (limited to 'plugins/utils.h')
-rw-r--r-- | plugins/utils.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/utils.h b/plugins/utils.h index 812f588b..3c3f1892 100644 --- a/plugins/utils.h +++ b/plugins/utils.h @@ -183,7 +183,8 @@ char *fperfdata (const char *, #ifdef NP_EXTRA_OPTS #define UT_EXTRA_OPTS _("\ --extra-opts=[section][@file]\n\ - Read options from an ini file. See http://nagiosplugins.org/extra-opts for usage\n") + Read options from an ini file. See http://nagiosplugins.org/extra-opts\n\ + for usage and examples.\n") #else #define UT_EXTRA_OPTS "" #endif |