Skip to content

Commit

Permalink
Documentation: add --maxWidth description (#1554)
Browse files Browse the repository at this point in the history
  • Loading branch information
joostas authored Oct 15, 2020
1 parent 10abc4f commit e8d085d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/articles/guides/console-args.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
* `--disableLogFile` Disables the logfile.
* `--maxWidth` Max paramter column width, the default is 20.

0 comments on commit e8d085d

Please sign in to comment.