diff options
Diffstat (limited to 'plugins/check_load.c')
-rw-r--r-- | plugins/check_load.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/check_load.c b/plugins/check_load.c index 450a4fc3..99e2a15f 100644 --- a/plugins/check_load.c +++ b/plugins/check_load.c @@ -316,12 +316,6 @@ print_help (void) printf (" %s\n", "-r, --percpu"); printf (" %s\n", _("Divide the load averages by the number of CPUs (when possible)")); -#ifdef NP_EXTRA_OPTS - printf ("\n"); - printf ("%s\n", _("Notes:")); - printf (UT_EXTRA_OPTS_NOTES); -#endif - printf (UT_SUPPORT); } |