mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Remove "Must be used with -w option" note
This commit is contained in:
parent
d5efed6c6a
commit
588922fecf
1 changed files with 2 additions and 2 deletions
|
@ -426,8 +426,8 @@ fn print_debug_usage(app: &str) -> ! {
|
|||
print_option("wr-stats", "Show WebRender profiler on screen.");
|
||||
print_option("msaa", "Use multisample antialiasing in WebRender.");
|
||||
print_option("full-backtraces", "Print full backtraces for all errors");
|
||||
print_option("wr-debug", "Display webrender tile borders. Must be used with -w option.");
|
||||
print_option("precache-shaders", "Compile all shaders during init. Must be used with -w option.");
|
||||
print_option("wr-debug", "Display webrender tile borders.");
|
||||
print_option("precache-shaders", "Compile all shaders during init.");
|
||||
print_option("signpost", "Emit native OS signposts for profile events (currently macOS only)");
|
||||
|
||||
println!("");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue