etwdump: Clarify "ETW".

Not everyone knows what ETW is.
pespin/osmux-wip
Gerald Combs 2022-03-21 15:29:51 -07:00
parent 631cf34f0c
commit 1e39a66746
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ include::../docbook/attributes.adoc[]
== NAME
etwdump - Provide an interface to read ETW
etwdump - Provide an interface to read Event Tracing for Windows (ETW)
== SYNOPSIS
@ -28,7 +28,7 @@ etwdump - Provide an interface to read ETW
== DESCRIPTION
*etwdump* is a extcap tool that provides access to a etl file.
It is only used to display event trace on Windows.
It is only used to display event traces on Windows.
== OPTIONS

View File

@ -146,7 +146,7 @@ int main(int argc, char* argv[])
extcap_base_set_util_info(extcap_conf, argv[0], ETWDUMP_VERSION_MAJOR, ETWDUMP_VERSION_MINOR,
ETWDUMP_VERSION_RELEASE, help_url);
g_free(help_url);
extcap_base_register_interface(extcap_conf, ETW_EXTCAP_INTERFACE, "ETW reader", 290, "DLT_ETW");
extcap_base_register_interface(extcap_conf, ETW_EXTCAP_INTERFACE, "Event Tracing for Windows (ETW) reader", 290, "DLT_ETW");
help_header = ws_strdup_printf(
" %s --extcap-interfaces\n"