This commit is contained in:
Sean Stolberg 2018-08-24 12:40:56 -07:00
Родитель 100de9f870
Коммит 30a10907b1
2 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -43,7 +43,7 @@ namespace UnityPerformanceBenchmarkReporter
if (!performanceBenchmark.ResultXmlFilePaths.Any() && !performanceBenchmark.ResultXmlDirectoryPaths.Any())
{
ShowHelp("Missing required option --testresultsxmlsource=(filePath|directoryPath)", os);
ShowHelp("Missing required option --results=(filePath|directoryPath)", os);
}
if (remaining.Any())

Просмотреть файл

@ -423,6 +423,7 @@ pre {
width: 99%;
height: 18vh;
font-family: 'Arial', 'Helvetica', 'Helvetica Neue', sans-serif;
min-height: 200px;
}
.divider {