summaryrefslogtreecommitdiffstats
path: root/source/utils/eventlogadm.c
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-10-20 14:29:24 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:05:06 -0500
commit34c3fd77b320d4fe5e0f1452aa09ea5ec2797494 (patch)
tree4516d388d3bce65e9b2ef491f90d55291583542c /source/utils/eventlogadm.c
parent3944dfbff4f7f951d35e7893f7ab56ed2e9d76b0 (diff)
downloadsamba-34c3fd77b320d4fe5e0f1452aa09ea5ec2797494.tar.gz
samba-34c3fd77b320d4fe5e0f1452aa09ea5ec2797494.tar.xz
samba-34c3fd77b320d4fe5e0f1452aa09ea5ec2797494.zip
r11227: patch from brian moran to fix typo in eventlog message file registry value name
Diffstat (limited to 'source/utils/eventlogadm.c')
-rw-r--r--source/utils/eventlogadm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/utils/eventlogadm.c b/source/utils/eventlogadm.c
index e6468336171..31e853b61f4 100644
--- a/source/utils/eventlogadm.c
+++ b/source/utils/eventlogadm.c
@@ -61,7 +61,7 @@ int DoAddSourceCommand( int argc, char **argv, BOOL debugflag, char *exename )
if ( argc < 3 ) {
printf( "need more arguments:\n" );
- printf( "-o addsource EventlogName SourceName /path/to/eventlogmsg.dll\n" );
+ printf( "-o addsource EventlogName SourceName /path/to/EventMessageFile.dll\n" );
return -1;
}
/* must open the registry before we access it */