Skip to content

Commit

Permalink
fix files
Browse files Browse the repository at this point in the history
  • Loading branch information
buidav committed Sep 16, 2024
1 parent 74d8f8d commit 5a296fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions PowerShell/ScubaGear/Modules/Orchestrator.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ function Invoke-SCuBA {
The name of the main html file page created in the folder created in OutPath.
Defaults to "BaselineReports".
.Parameter KeepIndividualJSON
Keeps ScubaGear legacy output where files are not merge into all in one JSON.
This parameter is for backwards compatibility for those working with the older output result files.
Keeps ScubaGear legacy output where files are not merged into an all in one JSON.
This parameter is for backwards compatibility for those working with the older ScubaGear output files.
.Parameter OutJsonFileName
If KeepIndividualJSON is not set, the name of the consolidated json created in the folder
created in OutPath. Defaults to "ScubaResults".
Expand Down Expand Up @@ -1546,8 +1546,8 @@ function Invoke-SCuBACached {
The name of the main html file page created in the folder created in OutPath.
Defaults to "BaselineReports".
.Parameter KeepIndividualJSON
Keeps ScubaGear legacy output where files are not merge into all in one JSON.
This parameter is for backwards compatibility for those working with the older output result files.
Keeps ScubaGear legacy output where files are not merged into an all in one JSON.
This parameter is for backwards compatibility for those working with the older ScubaGear output files.
.Parameter OutJsonFileName
If KeepIndividualJSON is set, the name of the consolidated json created in the folder
created in OutPath. Defaults to "ScubaResults".
Expand Down

0 comments on commit 5a296fe

Please sign in to comment.