Skip to content

Commit

Permalink
Remove unused -t command-line flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrubeck committed Nov 10, 2017
1 parent 0047c77 commit 5630476
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/config/opts.rs
Expand Up @@ -569,7 +569,6 @@ pub fn from_cmdline_args(args: &[String]) -> ArgumentParsingResult {
opts.optopt("o", "output", "Output file", "output.png");
opts.optopt("s", "size", "Size of tiles", "512");
opts.optopt("", "device-pixel-ratio", "Device pixels per px", "");
opts.optopt("t", "threads", "Number of paint threads", "1");
opts.optflagopt("p", "profile", "Time profiler flag and either a TSV output filename \
OR an interval for output to Stdout (blank for Stdout with interval of 5s)", "10 \
OR time.tsv");
Expand Down

0 comments on commit 5630476

Please sign in to comment.