servoshell: Fix typo in window-size command-line argument help (#37916)

Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com>
This commit is contained in:
Euclid Ye 2025-07-07 22:17:26 +08:00 committed by GitHub
parent 9afe027567
commit 87f2871661
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -274,7 +274,7 @@ pub(crate) fn parse_command_line_arguments(args: Vec<String>) -> ArgumentParsing
opts.optopt(
"",
"window-size",
"Set the initial window size in logical (device independenrt) pixels",
"Set the initial window size in logical (device independent) pixels",
"1024x740",
);
opts.optopt(