fix vctest help screen

This commit is contained in:
MihailRis 2025-01-01 14:18:39 +03:00
parent 81a7914599
commit 727d578e33

View File

@ -28,7 +28,7 @@ static bool perform_keyword(
std::cout << " --exe <path>, -e <path> = VoxelCore executable path\n";
std::cout << " --tests <path>, -d <path> = tests directory path\n";
std::cout << " --res <path>, -r <path> = 'res' directory path\n";
std::cout << " --working-dir <path>, -w <path> = user directory path\n";
std::cout << " --user <path>, -u <path> = user directory path\n";
std::cout << " --output-always = always show tests output\n";
std::cout << std::endl;
return false;