From b9d3310d0038682cc4fa9779ba842e01c97c6ad3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Evrim=20=C3=96ztamur?= Date: Mon, 16 May 2016 21:27:15 +0200 Subject: [PATCH] Remove misleading nonexistant flag hint --- components/util/opts.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/components/util/opts.rs b/components/util/opts.rs index a412ae460c4..e2259bbe373 100644 --- a/components/util/opts.rs +++ b/components/util/opts.rs @@ -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",