From 7ece0df9b6f3b031dd909ab2972e2545646c6f6f Mon Sep 17 00:00:00 2001 From: Justas Date: Sat, 10 Oct 2020 22:19:43 +0300 Subject: [PATCH] Documentation: add --maxWidth description --- docs/articles/guides/console-args.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/articles/guides/console-args.md b/docs/articles/guides/console-args.md index bf8eed41cc..4d4b0517c6 100644 --- a/docs/articles/guides/console-args.md +++ b/docs/articles/guides/console-args.md @@ -210,4 +210,5 @@ dotnet run -c Release -- --filter * --runtimes netcoreapp2.0 netcoreapp2.1 --sta * `--version` Display version information. * `--keepFiles` Determines if all auto-generated files should be kept or removed after running the benchmarks. * `--noOverwrite` Determines if the exported result files should not be overwritten. -* `--disableLogFile` Disables the logfile. \ No newline at end of file +* `--disableLogFile` Disables the logfile. +* `--maxWidth` Max paramter column width, the default is 20.