Skip to content

Commit 737de85

Browse files
Example text correction in New-EventLog documentation
1 parent a6da614 commit 737de85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/5.1/Microsoft.PowerShell.Management/New-EventLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This command creates the `TestLog` event log on the local computer and registers
3838
it.
3939

4040
```powershell
41-
New-EventLog -source TestApp -LogName TestLog -MessageResourceFile C:\Test\TestApp.dll
41+
New-EventLog -Source TestApp -LogName TestLog -MessageResourceFile C:\Test\TestApp.dll
4242
```
4343

4444
### Example 2 - add a new event source to an existing log

0 commit comments

Comments
 (0)