servo: Merge #3742 - Remove the help text for render backend option (from saneyuki:opt); r=jdm

This follows up #3711.

Source-Repo: https://github.com/servo/servo
Source-Revision: 213178b6b9413cd461b45c1b3275562fa4b604c1
This commit is contained in:
Tetsuharu OHZEKI 2014-10-22 01:27:36 -06:00
Родитель 7ba1c9b140
Коммит 77d934b326
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -130,7 +130,6 @@ pub fn from_cmdline_args(args: &[String]) -> bool {
getopts::optflag("c", "cpu", "CPU painting (default)"),
getopts::optflag("g", "gpu", "GPU painting"),
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"),