diff options
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-04-27 14:35:26 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-04-27 14:35:26 (GMT) |
commit | ed62784a0b68959fd13fe5bc53a5aef4f17fbffa (patch) | |
tree | f479a5b8ad8cac8d6dcc506ba61aa5ec3fbb5bb3 /plugins/check_swap.c | |
parent | 140a93ce6bce63df2d70841f2f78aa968ea997d6 (diff) | |
download | monitoring-plugins-ed62784a0b68959fd13fe5bc53a5aef4f17fbffa.tar.gz |
--help output cleanup (plus removal of spaces on blank lines)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1984 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_swap.c')
-rw-r--r-- | plugins/check_swap.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/check_swap.c b/plugins/check_swap.c index c8b143c..1c627ac 100644 --- a/plugins/check_swap.c +++ b/plugins/check_swap.c | |||
@@ -526,7 +526,7 @@ print_help (void) | |||
526 | printf ("%s\n", _("Check swap space on local machine.")); | 526 | printf ("%s\n", _("Check swap space on local machine.")); |
527 | 527 | ||
528 | printf ("\n\n"); | 528 | printf ("\n\n"); |
529 | 529 | ||
530 | print_usage (); | 530 | print_usage (); |
531 | 531 | ||
532 | printf (_(UT_HELP_VRSN)); | 532 | printf (_(UT_HELP_VRSN)); |
@@ -542,9 +542,10 @@ print_help (void) | |||
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 | printf ("\n"); | 546 | printf ("\n"); |
546 | printf ("%s\n", _("Notes:")); | 547 | printf ("%s\n", _("Notes:")); |
547 | printf (" %s\n", _("On AIX, if -a is specified, uses lsps -a, otherwise uses lsps -s.\n")); | 548 | printf (" %s\n", _("On AIX, if -a is specified, uses lsps -a, otherwise uses lsps -s.")); |
548 | 549 | ||
549 | printf (_(UT_SUPPORT)); | 550 | printf (_(UT_SUPPORT)); |
550 | } | 551 | } |