summaryrefslogtreecommitdiff
path: root/source3/utils/net.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-04-29 11:46:12 +0200
committerGünther Deschner <gd@samba.org>2009-04-29 11:47:27 +0200
commite89cc775e660183e7126bcfa8fb37496074cf5a1 (patch)
tree42941f40bb25063940d54034387685ba7a8263a0 /source3/utils/net.c
parentf8cc0e88fbbb082ead023e0cb437b1e12cf35459 (diff)
downloadsamba-e89cc775e660183e7126bcfa8fb37496074cf5a1.tar.gz
samba-e89cc775e660183e7126bcfa8fb37496074cf5a1.tar.bz2
samba-e89cc775e660183e7126bcfa8fb37496074cf5a1.zip
s3-net: make "net eventlog" help output a little more appropriate.
Guenther
Diffstat (limited to 'source3/utils/net.c')
-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."
},