daemon: Define daemon options enums the same way as other option enums.
[openvswitch] / vswitchd / ovs-brcompatd.c
index 992b8e21be5566d12f741404dd2f67add10c2656..a89ea2afc11d020043b786139303106e0414f763 100644 (file)
@@ -1413,7 +1413,8 @@ parse_options(int argc, char *argv[])
         OPT_PRUNE_TIMEOUT,
         OPT_APPCTL_COMMAND,
         VLOG_OPTION_ENUMS,
-        LEAK_CHECKER_OPTION_ENUMS
+        LEAK_CHECKER_OPTION_ENUMS,
+        DAEMON_OPTION_ENUMS
     };
     static struct option long_options[] = {
         {"help",             no_argument, 0, 'h'},