Skip to content

Commit

Permalink
Merge pull request #11 from lamathe/patch-1
Browse files Browse the repository at this point in the history
Update Get-DumpAnalysis.ps1
  • Loading branch information
JohnWintellect authored Jul 20, 2019
2 parents 16a335f + 441f28e commit 43cdada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Get-DumpAnalysis.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ This will run the commands in BasicAnalysis.txt on MyMiniDump.dmp and the output
writting to MyMiniDump.dmp-BasicAnalysis.txt.log
.EXAMPLE
Get-ChildItem *.dmp | Get-DumpAnalsys -DebuggingScript .\MoreStuff.txt
Get-ChildItem *.dmp | Get-DumpAnalysis -DebuggingScript .\MoreStuff.txt
For all mini dump files will be piped to Get-DumpAnalysis and have the debug script
MoreStuff.txt run on each one.
Expand Down

0 comments on commit 43cdada

Please sign in to comment.