aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGravatar Ton Voon <tonvoon@users.sourceforge.net> 2003-12-24 08:51:08 +0000
committerGravatar Ton Voon <tonvoon@users.sourceforge.net> 2003-12-24 08:51:08 +0000
commit6bae1121cd98a9b4082d46532c831cb5d624e55c (patch)
treec89124ba748b587ca1701286a6b084010a3cee0e /plugins
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
Diffstat (limited to 'plugins')
-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 6a578abe..ef12e798 100644
--- a/plugins/check_swap.c
+++ b/plugins/check_swap.c
@@ -401,11 +401,11 @@ print_help (void)
-w, --warning=INTEGER\n\
Exit with WARNING status if less than INTEGER bytes of swap space are free\n\
-w, --warning=PERCENT%%\n\
- Exit with WARNING status if less than PERCENT of swap space has been used\n\
+ Exit with WARNING status if less than PERCENT of swap space is free\n\
-c, --critical=INTEGER\n\
Exit with CRITICAL status if less than INTEGER bytes of swap space are free\n\
-c, --critical=PERCENT%%\n\
- Exit with CRITCAL status if less than PERCENT of swap space has been used\n\
+ Exit with CRITCAL status if less than PERCENT of swap space is free\n\
-a, --allswaps\n\
Conduct comparisons for all swap partitions, one by one\n"));