Skip to content

Commit 280ae44

Browse files
committed
clang-format
1 parent abd206e commit 280ae44

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

cli.c

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff 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. "

0 commit comments

Comments
 (0)