summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-04-29 11:46:12 +0200
committerKarolin Seeger <kseeger@samba.org>2009-04-29 13:00:54 +0200
commitc417aa473fb37022d45b87ae9931b46d67a2bbfd (patch)
treeee1abae2c15790bff0fe6f3c1fbf9d42b8266051
parentf29ab6bbb7309ce25df6a68d64d443bd54533411 (diff)
downloadsamba-c417aa473fb37022d45b87ae9931b46d67a2bbfd.tar.gz
s3-net: make "net eventlog" help output a little more appropriate.
Guenther (cherry picked from commit e89cc775e660183e7126bcfa8fb37496074cf5a1) (cherry picked from commit e26efbd2c8a49012383032fef07cddec76561aa3)
-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 77662ef3634..d58858cad09 100644
--- a/source3/utils/net.c
+++ b/source3/utils/net.c
@@ -586,7 +586,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."
},