diff options
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-08-02 22:06:06 (GMT) |
---|---|---|
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-08-02 22:06:06 (GMT) |
commit | 561da286a12ae7abb9d120b7ca87ffe46a225250 (patch) | |
tree | c9319b351eb8f28c86ea8778644858fbe91c3228 /plugins/utils.h | |
parent | 3c48edf660facd4bd93181333b48960afd83934b (diff) | |
download | monitoring-plugins-561da286a12ae7abb9d120b7ca87ffe46a225250.tar.gz |
markupf for translation
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@634 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 e581afa..83793e4 100644 --- a/plugins/utils.h +++ b/plugins/utils.h | |||
@@ -97,6 +97,10 @@ char *state_text (int result); | |||
97 | #define COPYRIGHT "Copyright (c) %s Nagios Plugin Development Team\n\ | 97 | #define COPYRIGHT "Copyright (c) %s Nagios Plugin Development Team\n\ |
98 | \t<%s>\n\n" | 98 | \t<%s>\n\n" |
99 | 99 | ||
100 | #define UT_HLP_VRS "\ | ||
101 | %s (-h | --help) for detailed help\n\ | ||
102 | %s (-V | --version) for version information\n" | ||
103 | |||
100 | #define UT_HELP_VRSN "\ | 104 | #define UT_HELP_VRSN "\ |
101 | \nOptions:\n\ | 105 | \nOptions:\n\ |
102 | -h, --help\n\ | 106 | -h, --help\n\ |