ovs-vsctl: Print schema version when called with "--version".
[cascardo/ovs.git] / utilities / ovs-vsctl.c
index 62a66c5..21ac777 100644 (file)
@@ -392,6 +392,7 @@ parse_options(int argc, char *argv[], struct shash *local_options)
 
         case 'V':
             ovs_print_version(0, 0);
+            printf("DB Schema %s\n", ovsrec_get_db_version());
             exit(EXIT_SUCCESS);
 
         case 't':