Skip to content

Commit 43cdada

Browse files
Merge pull request #11 from lamathe/patch-1
Update Get-DumpAnalysis.ps1
2 parents 16a335f + 441f28e commit 43cdada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Code/Get-DumpAnalysis.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ This will run the commands in BasicAnalysis.txt on MyMiniDump.dmp and the output
5050
writting to MyMiniDump.dmp-BasicAnalysis.txt.log
5151
5252
.EXAMPLE
53-
Get-ChildItem *.dmp | Get-DumpAnalsys -DebuggingScript .\MoreStuff.txt
53+
Get-ChildItem *.dmp | Get-DumpAnalysis -DebuggingScript .\MoreStuff.txt
5454
5555
For all mini dump files will be piped to Get-DumpAnalysis and have the debug script
5656
MoreStuff.txt run on each one.

0 commit comments

Comments
 (0)