From 3e6fc12f4030f522bca58816ebf9c918ef2512bb Mon Sep 17 00:00:00 2001 From: galister <22305755+galister@users.noreply.github.com> Date: Sat, 4 Jul 2026 03:50:24 +0900 Subject: [PATCH] update --show doc --- wayvr/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wayvr/src/main.rs b/wayvr/src/main.rs index 6649b633..eb2f7670 100644 --- a/wayvr/src/main.rs +++ b/wayvr/src/main.rs @@ -64,7 +64,7 @@ struct Args { #[arg(long)] openxr: bool, - /// Show the working set of overlay on startup + /// Show the working set of overlay on startup. Also skips tutorial. #[arg(long)] show: bool,