File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -48,12 +48,16 @@ static void print_usage(const char *argv0) {
4848 "specified\n" );
4949 printf ("--vmnet-interface-id=UUID vmnet interface ID (default: "
5050 "random)\n" );
51- printf ("--vmnet-network-identifier=UUID The identifier(uuid) to uniquely identify the network. \n"
52- " This property is only applicable to a vmnet_interface\n"
53- " in VMNET_HOST_MODE.\n"
54- " If this property is set, the vmnet_interface is added to \n"
55- " an isolated network with the specified\n"
56- " identifier. No DHCP service is provided on this network.\n" );
51+ printf (
52+ "--vmnet-network-identifier=UUID The identifier(uuid) to uniquely identify the network. "
53+ "\n"
54+ " This property is only applicable to a vmnet_interface\n"
55+ " in VMNET_HOST_MODE.\n"
56+ " If this property is set, the vmnet_interface is added "
57+ "to \n"
58+ " an isolated network with the specified\n"
59+ " identifier. No DHCP service is provided on this "
60+ "network.\n" );
5761 printf ("--vmnet-nat66-prefix=PREFIX:: The IPv6 prefix to use with "
5862 "shared mode.\n" );
5963 printf (" The prefix must be a ULA i.e. "
You can’t perform that action at this time.
0 commit comments