Code

Fixed help doc on use of % (854817 - Gunnar Hellekson)
authorTon Voon <tonvoon@users.sourceforge.net>
Wed, 24 Dec 2003 08:51:08 +0000 (08:51 +0000)
committerTon Voon <tonvoon@users.sourceforge.net>
Wed, 24 Dec 2003 08:51:08 +0000 (08:51 +0000)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@793 f882894a-f735-0410-b71e-b25c423dba1c

plugins/check_swap.c

index 6a578abeddd87a2851fd21ea0921e0d35a87d944..ef12e79894544cec5e5c85ecd9275a60d051baf8 100644 (file)
@@ -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"));