Skip to content

Commit e8d085d

Browse files
authored
Documentation: add --maxWidth description (#1554)
1 parent 10abc4f commit e8d085d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/articles/guides/console-args.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,4 +210,5 @@ dotnet run -c Release -- --filter * --runtimes netcoreapp2.0 netcoreapp2.1 --sta
210210
* `--version` Display version information.
211211
* `--keepFiles` Determines if all auto-generated files should be kept or removed after running the benchmarks.
212212
* `--noOverwrite` Determines if the exported result files should not be overwritten.
213-
* `--disableLogFile` Disables the logfile.
213+
* `--disableLogFile` Disables the logfile.
214+
* `--maxWidth` Max paramter column width, the default is 20.

0 commit comments

Comments
 (0)