diff options
author | Harper Mann <harpermann@users.sourceforge.net> | 2005-01-20 23:40:30 +0000 |
---|---|---|
committer | Harper Mann <harpermann@users.sourceforge.net> | 2005-01-20 23:40:30 +0000 |
commit | 020a6135ae91f984c7b7b9c7dbafe8cd208f6f14 (patch) | |
tree | 42ac8bf81ecc4b95fd5145262c27653572d5aa0c /plugins/check_http.c | |
parent | 91676189c8cfcca1e11346adaf0ddd64371cb18c (diff) | |
download | monitoring-plugins-020a6135ae91f984c7b7b9c7dbafe8cd208f6f14.tar.gz |
Changed long argument --minmax to --pagesize and updated help and usage
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1090 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_http.c')
-rw-r--r-- | plugins/check_http.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_http.c b/plugins/check_http.c index 53284751..35b2cca3 100644 --- a/plugins/check_http.c +++ b/plugins/check_http.c @@ -223,7 +223,7 @@ process_arguments (int argc, char **argv) {"no-body", no_argument, 0, 'N'}, {"max-age", required_argument, 0, 'M'}, {"content-type", required_argument, 0, 'T'}, - {"minmax", required_argument, 0, 'm'}, + {"pagesize", required_argument, 0, 'm'}, {"use-ipv4", no_argument, 0, '4'}, {"use-ipv6", no_argument, 0, '6'}, {0, 0, 0, 0} @@ -1516,7 +1516,7 @@ certificate expiration times.\n\n")); Wrap output in HTML link (obsoleted by urlize)\n\ -f, --onredirect=<ok|warning|critical|follow>\n\ How to handle redirected pages\n\ - -m, --minmax=INTEGER<:INTEGER>\n\ + -m, --pagesize=INTEGER<:INTEGER>\n\ Minimum page size required (bytes) : Maximum page size required (bytes)\n")); printf (_(UT_WARN_CRIT)); |