mirror of
https://github.com/servo/servo.git
synced 2025-08-02 04:00:32 +01:00
Remove misleading nonexistant flag hint
This commit is contained in:
parent
9c6e6cb8d8
commit
b9d3310d00
1 changed files with 0 additions and 1 deletions
|
@ -549,7 +549,6 @@ pub fn from_cmdline_args(args: &[String]) -> ArgumentParsingResult {
|
|||
opts.optflag("x", "exit", "Exit after load flag");
|
||||
opts.optopt("y", "layout-threads", "Number of threads to use for layout", "1");
|
||||
opts.optflag("i", "nonincremental-layout", "Enable to turn off incremental layout.");
|
||||
opts.optflag("", "no-ssl", "Disables ssl certificate verification.");
|
||||
opts.optflagopt("", "userscripts",
|
||||
"Uses userscripts in resources/user-agent-js, or a specified full path", "");
|
||||
opts.optmulti("", "user-stylesheet",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue