From d530e8def9a698c9af04ecbf1139683e38eedc9c Mon Sep 17 00:00:00 2001 From: Tetsuharu OHZEKI Date: Tue, 21 Oct 2014 04:54:21 +0900 Subject: [PATCH] Remove the help text for render backend option. follow up #3711. --- components/util/opts.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/components/util/opts.rs b/components/util/opts.rs index 3805a03ec04..35fad98c9a2 100644 --- a/components/util/opts.rs +++ b/components/util/opts.rs @@ -129,7 +129,6 @@ pub fn from_cmdline_args(args: &[String]) -> bool { let opts = vec!( getopts::optflag("c", "cpu", "CPU rendering"), getopts::optopt("o", "output", "Output file", "output.png"), - getopts::optopt("r", "rendering", "Rendering backend", "direct2d|core-graphics|core-graphics-accelerated|cairo|skia."), getopts::optopt("s", "size", "Size of tiles", "512"), getopts::optopt("", "device-pixel-ratio", "Device pixels per px", ""), getopts::optflag("e", "experimental", "Enable experimental web features"),