summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2003-12-24 08:51:08 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2003-12-24 08:51:08 (GMT)
commit6bae1121cd98a9b4082d46532c831cb5d624e55c (patch)
treec89124ba748b587ca1701286a6b084010a3cee0e
parent75a6ab0c25354eeb77778f7a6206a6cd04e8a0e8 (diff)
downloadmonitoring-plugins-6bae1121cd98a9b4082d46532c831cb5d624e55c.tar.gz
Fixed help doc on use of % (854817 - Gunnar Hellekson)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@793 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r--plugins/check_swap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_swap.c b/plugins/check_swap.c
index 6a578ab..ef12e79 100644
--- a/plugins/check_swap.c
+++ b/plugins/check_swap.c
@@ -401,11 +401,11 @@ print_help (void)
401 -w, --warning=INTEGER\n\ 401 -w, --warning=INTEGER\n\
402 Exit with WARNING status if less than INTEGER bytes of swap space are free\n\ 402 Exit with WARNING status if less than INTEGER bytes of swap space are free\n\
403 -w, --warning=PERCENT%%\n\ 403 -w, --warning=PERCENT%%\n\
404 Exit with WARNING status if less than PERCENT of swap space has been used\n\ 404 Exit with WARNING status if less than PERCENT of swap space is free\n\
405 -c, --critical=INTEGER\n\ 405 -c, --critical=INTEGER\n\
406 Exit with CRITICAL status if less than INTEGER bytes of swap space are free\n\ 406 Exit with CRITICAL status if less than INTEGER bytes of swap space are free\n\
407 -c, --critical=PERCENT%%\n\ 407 -c, --critical=PERCENT%%\n\
408 Exit with CRITCAL status if less than PERCENT of swap space has been used\n\ 408 Exit with CRITCAL status if less than PERCENT of swap space is free\n\
409 -a, --allswaps\n\ 409 -a, --allswaps\n\
410 Conduct comparisons for all swap partitions, one by one\n")); 410 Conduct comparisons for all swap partitions, one by one\n"));
411 411