From c2e198d337160c79f8d86c15f0b9cecbb5e0c03e Mon Sep 17 00:00:00 2001 From: Dlanis <73773248+Dlanis@users.noreply.github.com> Date: Mon, 16 Oct 2023 20:20:59 +0000 Subject: [PATCH] Indentation fix in help message I've replaced tabs with spaces because tabs are usually have width of 8 characters in terminals. --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 1000e46e1..7deb20a5b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -206,7 +206,7 @@ const char usage[] = " --vr-overlay-physical-width Sets the physical width of our VR overlay in metres\n" " --vr-overlay-physical-curvature Sets the curvature of our VR overlay\n" " --vr-overlay-physical-pre-curve-pitch Sets the pre-curve pitch of our VR overlay\n" - " --vr-scrolls-speed Mouse scrolling speed of trackpad scroll in VR. Default: 8.0\n" + " --vr-scrolls-speed Mouse scrolling speed of trackpad scroll in VR. Default: 8.0\n" "\n" #endif "Debug options:\n"