summaryrefslogtreecommitdiffstats
path: root/plugins-root/check_dhcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins-root/check_dhcp.c')
-rw-r--r--plugins-root/check_dhcp.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins-root/check_dhcp.c b/plugins-root/check_dhcp.c
index 51ac96e..ba35197 100644
--- a/plugins-root/check_dhcp.c
+++ b/plugins-root/check_dhcp.c
@@ -1410,12 +1410,6 @@ void print_help(void){
1410 printf (" %s\n", "-u, --unicast"); 1410 printf (" %s\n", "-u, --unicast");
1411 printf (" %s\n", _("Unicast testing: mimic a DHCP relay, requires -s")); 1411 printf (" %s\n", _("Unicast testing: mimic a DHCP relay, requires -s"));
1412 1412
1413#ifdef NP_EXTRA_OPTS
1414 printf ("\n");
1415 printf ("%s\n", _("Notes:"));
1416 printf (UT_EXTRA_OPTS_NOTES);
1417#endif
1418
1419 printf (UT_SUPPORT); 1413 printf (UT_SUPPORT);
1420 return; 1414 return;
1421 } 1415 }