diff options
author | Günther Deschner <gd@samba.org> | 2009-04-29 11:46:12 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-04-29 11:47:27 +0200 |
commit | e89cc775e660183e7126bcfa8fb37496074cf5a1 (patch) | |
tree | 42941f40bb25063940d54034387685ba7a8263a0 /source3 | |
parent | f8cc0e88fbbb082ead023e0cb437b1e12cf35459 (diff) | |
download | samba-e89cc775e660183e7126bcfa8fb37496074cf5a1.tar.gz samba-e89cc775e660183e7126bcfa8fb37496074cf5a1.tar.xz samba-e89cc775e660183e7126bcfa8fb37496074cf5a1.zip |
s3-net: make "net eventlog" help output a little more appropriate.
Guenther
Diffstat (limited to 'source3')
-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." }, |