diff options
-rw-r--r-- | plugins/utils.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/plugins/utils.h b/plugins/utils.h index 657d4bfa..b9b488ce 100644 --- a/plugins/utils.h +++ b/plugins/utils.h @@ -173,10 +173,14 @@ char *fperfdata (const char *, -c, --critical=RANGE\n\ Critical range\n") -#define UT_TIMEOUT _("\ +#define UT_CONN_TIMEOUT _("\ -t, --timeout=INTEGER\n\ Seconds before connection times out (default: %d)\n") +#define UT_PLUG_TIMEOUT _("\ + -t, --timeout=INTEGER\n\ + Seconds before plugin times out (default: %d)\n") + #ifdef NP_EXTRA_OPTS #define UT_EXTRA_OPTS _("\ --extra-opts=[section][@file]\n\ |