mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-03-09 01:30:51 -04:00
check_snmp: Remove options description for input delimiter
This commit is contained in:
parent
e4c59440f0
commit
b4d84ebfee
1 changed files with 0 additions and 6 deletions
|
|
@ -75,9 +75,6 @@ const char DEFAULT_MIBLIST[] = "ALL";
|
|||
# define DEFAULT_PRIV_PROTOCOL "AES"
|
||||
#endif
|
||||
|
||||
#define DEFAULT_DELIMITER "="
|
||||
#define DEFAULT_BUFFER_SIZE 100
|
||||
|
||||
/* Longopts only arguments */
|
||||
#define L_INVERT_SEARCH CHAR_MAX + 3
|
||||
#define L_OFFSET CHAR_MAX + 4
|
||||
|
|
@ -1027,9 +1024,6 @@ void print_help(void) {
|
|||
printf(" %s\n",
|
||||
_("List of MIBS to be loaded (default = none if using numeric OIDs or 'ALL'"));
|
||||
printf(" %s\n", _("for symbolic OIDs.)"));
|
||||
printf(" %s\n", "-d, --delimiter=STRING");
|
||||
printf(" %s \"%s\"\n", _("Delimiter to use when parsing returned data. Default is"),
|
||||
DEFAULT_DELIMITER);
|
||||
printf(" %s\n", _("Any data on the right hand side of the delimiter is considered"));
|
||||
printf(" %s\n", _("to be the data that should be used in the evaluation."));
|
||||
printf(" %s\n", "-z, --nulloid=#");
|
||||
|
|
|
|||
Loading…
Reference in a new issue