diff options
Diffstat (limited to 'plugins/check_swap.c')
-rw-r--r-- | plugins/check_swap.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/check_swap.c b/plugins/check_swap.c index be20ca3..a1356cf 100644 --- a/plugins/check_swap.c +++ b/plugins/check_swap.c | |||
@@ -528,8 +528,8 @@ print_help (void) | |||
528 | 528 | ||
529 | print_usage (); | 529 | print_usage (); |
530 | 530 | ||
531 | printf (_(UT_HELP_VRSN)); | 531 | printf (UT_HELP_VRSN); |
532 | printf (_(UT_EXTRA_OPTS)); | 532 | printf (UT_EXTRA_OPTS); |
533 | 533 | ||
534 | printf (" %s\n", "-w, --warning=INTEGER"); | 534 | printf (" %s\n", "-w, --warning=INTEGER"); |
535 | printf (" %s\n", _("Exit with WARNING status if less than INTEGER bytes of swap space are free")); | 535 | printf (" %s\n", _("Exit with WARNING status if less than INTEGER bytes of swap space are free")); |
@@ -541,18 +541,18 @@ print_help (void) | |||
541 | printf (" %s\n", _("Exit with CRITCAL status if less than PERCENT of swap space is free")); | 541 | printf (" %s\n", _("Exit with CRITCAL status if less than PERCENT of swap space is free")); |
542 | printf (" %s\n", "-a, --allswaps"); | 542 | printf (" %s\n", "-a, --allswaps"); |
543 | printf (" %s\n", _("Conduct comparisons for all swap partitions, one by one")); | 543 | printf (" %s\n", _("Conduct comparisons for all swap partitions, one by one")); |
544 | printf (_(UT_VERBOSE)); | 544 | printf (UT_VERBOSE); |
545 | 545 | ||
546 | printf ("\n"); | 546 | printf ("\n"); |
547 | printf ("%s\n", _("Notes:")); | 547 | printf ("%s\n", _("Notes:")); |
548 | printf (" %s\n", _("On AIX, if -a is specified, uses lsps -a, otherwise uses lsps -s.")); | 548 | printf (" %s\n", _("On AIX, if -a is specified, uses lsps -a, otherwise uses lsps -s.")); |
549 | #ifdef NP_EXTRA_OPTS | 549 | #ifdef NP_EXTRA_OPTS |
550 | printf ("\n"); | 550 | printf ("\n"); |
551 | printf (_(UT_EXTRA_OPTS_NOTES)); | 551 | printf (UT_EXTRA_OPTS_NOTES); |
552 | #endif | 552 | #endif |
553 | 553 | ||
554 | 554 | ||
555 | printf (_(UT_SUPPORT)); | 555 | printf (UT_SUPPORT); |
556 | } | 556 | } |
557 | 557 | ||
558 | 558 | ||