mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
servoshell: Fix typo in window-size
command-line argument help (#37916)
Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com>
This commit is contained in:
parent
9afe027567
commit
87f2871661
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue