From 727d578e33b52e7acf851339c4a9aeb7503b76ca Mon Sep 17 00:00:00 2001 From: MihailRis Date: Wed, 1 Jan 2025 14:18:39 +0300 Subject: [PATCH] fix vctest help screen --- vctest/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vctest/main.cpp b/vctest/main.cpp index b6dc1347..e871c3b7 100644 --- a/vctest/main.cpp +++ b/vctest/main.cpp @@ -28,7 +28,7 @@ static bool perform_keyword( std::cout << " --exe , -e = VoxelCore executable path\n"; std::cout << " --tests , -d = tests directory path\n"; std::cout << " --res , -r = 'res' directory path\n"; - std::cout << " --working-dir , -w = user directory path\n"; + std::cout << " --user , -u = user directory path\n"; std::cout << " --output-always = always show tests output\n"; std::cout << std::endl; return false;