From 0626c7c8f8afdb95c1aa82111922f3da74ec9996 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 17 Oct 2022 13:26:26 +0200 Subject: [PATCH] Add note that --force-orientation is for internal display only --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 8972a22..2455fc0 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -108,7 +108,7 @@ const char usage[] = " -e, --steam enable Steam integration\n" " --xwayland-count create N xwayland servers\n" " --prefer-vk-device prefer Vulkan device for compositing (ex: 1002:7300)\n" - " --force-orientation rotate the display (left, right, normal, upsidedown)\n" + " --force-orientation rotate the internal display (left, right, normal, upsidedown)\n" "\n" "Nested mode options:\n" " -o, --nested-unfocused-refresh game refresh rate when unfocused\n"