aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTetsuharu OHZEKI <saneyuki.snyk@gmail.com>2014-10-21 04:54:21 +0900
committerTetsuharu OHZEKI <saneyuki.snyk@gmail.com>2014-10-22 09:58:58 +0900
commitd530e8def9a698c9af04ecbf1139683e38eedc9c (patch)
treec589159c42f87ebdc653eb16e03b9d59b81d421a
parentf5ad89f927864ba4f1cbb409b8b0e3b38febef76 (diff)
downloadservo-d530e8def9a698c9af04ecbf1139683e38eedc9c.tar.gz
servo-d530e8def9a698c9af04ecbf1139683e38eedc9c.zip
Remove the help text for render backend option. follow up #3711.
-rw-r--r--components/util/opts.rs1
1 files changed, 0 insertions, 1 deletions
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"),