diff options
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-07-31 11:02:43 +0000 |
---|---|---|
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-07-31 11:02:43 +0000 |
commit | f66c7492f52c7750dedcd0365bd313db19cfaea5 (patch) | |
tree | 15b3daac2f518e4c6a4c5acd1bcaebc9ff025b70 /plugins/utils.h | |
parent | 5dc2819e158748b3c340ded3504bef208f9c9c5e (diff) | |
download | monitoring-plugins-f66c7492f52c7750dedcd0365bd313db19cfaea5.tar.gz |
mark for translation
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@622 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/utils.h')
-rw-r--r-- | plugins/utils.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/utils.h b/plugins/utils.h index 8a6ffa14..d95422ad 100644 --- a/plugins/utils.h +++ b/plugins/utils.h @@ -122,3 +122,7 @@ char *state_text (int result); Response time to result in critical status (seconds)\n\ -t, --timeout=INTEGER\n\ Seconds before connection times out (default: %d)\n" + +#define TIMEOUT "\ + -t, --timeout=INTEGER\n\ + Seconds before connection times out (default: %d)\n" |