diff options
-rw-r--r-- | source3/utils/net.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net.c b/source3/utils/net.c index bd5107af530..9cd41c5b374 100644 --- a/source3/utils/net.c +++ b/source3/utils/net.c @@ -593,7 +593,7 @@ static struct functable net_func[] = { { "eventlog", net_eventlog, NET_TRANSPORT_LOCAL, - "Dump Win32 *.evt eventlog files", + "Process Win32 *.evt eventlog files", " Use 'net help eventlog' to get more information about 'net " "eventlog' commands." }, |