summaryrefslogtreecommitdiffstats
path: root/plugins-root
diff options
context:
space:
mode:
Diffstat (limited to 'plugins-root')
-rw-r--r--plugins-root/check_dhcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins-root/check_dhcp.c b/plugins-root/check_dhcp.c
index fbfb331..245946b 100644
--- a/plugins-root/check_dhcp.c
+++ b/plugins-root/check_dhcp.c
@@ -1091,7 +1091,7 @@ int call_getopt(int argc, char **argv){
1091 break; 1091 break;
1092 1092
1093 case '?': /* help */ 1093 case '?': /* help */
1094 usage2 (_("Unknown argument"), optarg); 1094 usage5 ();
1095 break; 1095 break;
1096 1096
1097 default: 1097 default: