Code

Update extra-opts help text based on ML agreement
[nagiosplug.git] / plugins / utils.h
index 812f588b76339817da4b5c80aa22cecd600e84e9..3c3f1892458b350a6783ce8f425e118bbec53bfd 100644 (file)
@@ -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