@@ -50,9 +50,9 @@
L"\n"
L"Commands:\n"
L"\n"
- L"create Create a new TUN/TAP adapter\n"
- L"list List TUN/TAP adapters\n"
- L"delete Delete specified network adapter\n"
+ L"create Create a new VPN network adapter\n"
+ L"list List VPN network adapters\n"
+ L"delete Delete specified VPN network adapter\n"
L"help Display this text\n"
L"\n"
L"Hint: Use \"tapctl help <command>\" to display help for particular command.\n"
@@ -61,7 +61,7 @@
static const WCHAR usage_message_create[] =
L"%ls\n"
L"\n"
- L"Creates a new TUN/TAP adapter\n"
+ L"Creates a new VPN network adapter\n"
L"\n"
L"Usage:\n"
L"\n"
@@ -69,8 +69,8 @@
L"\n"
L"Options:\n"
L"\n"
- L"--name <name> Set TUN/TAP adapter name. Should the adapter with given name \n"
- L" already exist, an error is returned. If this option is not \n"
+ L"--name <name> Set VPN network adapter name. Should the adapter with given \n"
+ L" name already exist, an error is returned. If this option is not \n"
L" specified, a default adapter name is chosen by Windows. \n"
L" Note: This name can also be specified as OpenVPN's --dev-node \n"
L" option. \n"
@@ -80,13 +80,13 @@
L"\n"
L"Output:\n"
L"\n"
- L"This command prints newly created TUN/TAP adapter's GUID to stdout. \n"
+ L"This command prints newly created VPN network adapter's GUID to stdout. \n"
;
static const WCHAR usage_message_list[] =
L"%ls\n"
L"\n"
- L"Lists TUN/TAP adapters\n"
+ L"Lists VPN network adapters\n"
L"\n"
L"Usage:\n"
L"\n"
@@ -99,13 +99,13 @@
L"\n"
L"Output:\n"
L"\n"
- L"This command prints all TUN/TAP adapters to stdout. \n"
+ L"This command prints all VPN network adapters to stdout. \n"
;
static const WCHAR usage_message_delete[] =
L"%ls\n"
L"\n"
- L"Deletes the specified network adapter\n"
+ L"Deletes the specified VPN network adapter\n"
L"\n"
L"Usage:\n"
L"\n"