summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/utils/net.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net.c b/source3/utils/net.c
index bd5107af53..9cd41c5b37 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."
},