diff options
author | Gerald Carter <jerry@samba.org> | 2005-10-20 14:29:24 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:05:06 -0500 |
commit | f1195329a7f4401af730033c4d8d5570b42c2780 (patch) | |
tree | 14f524af58e6c84606637208c2ef24b2da40ef53 /source3/utils | |
parent | 580ef1f81e8f8ee02a4300366029cedbac65413e (diff) | |
download | samba-f1195329a7f4401af730033c4d8d5570b42c2780.tar.gz samba-f1195329a7f4401af730033c4d8d5570b42c2780.tar.bz2 samba-f1195329a7f4401af730033c4d8d5570b42c2780.zip |
r11227: patch from brian moran to fix typo in eventlog message file registry value name
(This used to be commit 34c3fd77b320d4fe5e0f1452aa09ea5ec2797494)
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/eventlogadm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/eventlogadm.c b/source3/utils/eventlogadm.c index e646833617..31e853b61f 100644 --- a/source3/utils/eventlogadm.c +++ b/source3/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 */ |