another typo

This commit is contained in:
SpikeHD
2023-04-21 18:13:49 -07:00
parent 12b60d3b2a
commit 75c6481778

View File

@@ -73,7 +73,7 @@ async fn parse_args(inp: &Vec<String>) -> Result<Args, ArgsError> {
"a",
"game-args",
"Arguments to pass to the game process, if launching it",
r#""-opt-one -opt-two"#,
r#""-opt-one -opt-two""#,
getopts::Occur::Optional,
None,
);