summaryrefslogtreecommitdiffstats
path: root/plugins-root
diff options
context:
space:
mode:
Diffstat (limited to 'plugins-root')
-rw-r--r--plugins-root/check_dhcp.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/plugins-root/check_dhcp.c b/plugins-root/check_dhcp.c
index 049268f..ee794b4 100644
--- a/plugins-root/check_dhcp.c
+++ b/plugins-root/check_dhcp.c
@@ -1141,12 +1141,12 @@ int call_getopt(int argc, char **argv){
1141 1141
1142 break; 1142 break;
1143 1143
1144 case 'u': /* unicast testing */ 1144 case 'u': /* unicast testing */
1145 unicast=true; 1145 unicast=true;
1146 break; 1146 break;
1147 case 'x': /* exclusive testing aka "rogue DHCP server detection" */ 1147 case 'x': /* exclusive testing aka "rogue DHCP server detection" */
1148 exclusive=true; 1148 exclusive=true;
1149 break; 1149 break;
1150 1150
1151 case 'V': /* version */ 1151 case 'V': /* version */
1152 print_revision(progname, NP_VERSION); 1152 print_revision(progname, NP_VERSION);
@@ -1411,4 +1411,4 @@ print_usage(void){
1411 printf (" [-i interface] [-m mac]\n"); 1411 printf (" [-i interface] [-m mac]\n");
1412 1412
1413 return; 1413 return;
1414 } 1414}