diff --git a/docs/detector-arguments.md b/docs/detector-arguments.md index 78a67a156..74bf2e929 100644 --- a/docs/detector-arguments.md +++ b/docs/detector-arguments.md @@ -62,10 +62,16 @@ dotnet run --project "src\Microsoft.ComponentDetection\Microsoft.ComponentDetect --Output Output path for log files. Defaults to %TMP% + --PrintManifest Prints the manifest to standard output. + Logging will be redirected to standard error. + + --NoSummary Do not display the detection summary on the standard + output nor in the logs. + --AdditionalDITargets Comma separated list of paths to additional dependency injection targets. --help Display this help screen. --version Display version information. -``` \ No newline at end of file +```