Skip to content

Commit

Permalink
Remove "Must be used with -w option" note
Browse files Browse the repository at this point in the history
  • Loading branch information
pyfisch committed May 10, 2017
1 parent d5efed6 commit 588922f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/config/opts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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!("");
Expand Down

0 comments on commit 588922f

Please sign in to comment.