ovs-xapi-sync: Convert to vlog.
[sliver-openvswitch.git] / vswitchd / ovs-vswitchd.c
index 7d4e4d7..875da69 100644 (file)
@@ -146,12 +146,11 @@ parse_options(int argc, char *argv[])
         }
 
         switch (c) {
-        case 'H':
         case 'h':
             usage();
 
         case 'V':
-            OVS_PRINT_VERSION(OFP_VERSION, OFP_VERSION);
+            ovs_print_version(OFP_VERSION, OFP_VERSION);
             exit(EXIT_SUCCESS);
 
         case OPT_MLOCKALL: