From d3d39b2f0ab5d36653669651a53025e4b9ec11a4 Mon Sep 17 00:00:00 2001 From: Brian J Brennan Date: Mon, 22 Dec 2014 19:43:57 -0500 Subject: [PATCH] Update complement-bugreport.md `--version=verbose` doesn't exist anymore, `--version --verbose` is the way to do that now. --- src/doc/complement-bugreport.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/complement-bugreport.md b/src/doc/complement-bugreport.md index 22d17a9d6fe..848c56ee543 100644 --- a/src/doc/complement-bugreport.md +++ b/src/doc/complement-bugreport.md @@ -34,7 +34,7 @@ miss out on valid bug reports. It generally helps our diagnosis to include your specific OS (for example: Mac OS X 10.8.3, Windows 7, Ubuntu 12.04) and your hardware architecture (for example: i686, x86_64). It's also helpful to provide the exact version and host by copying the output of -re-running the erroneous rustc command with the `--version=verbose` flag, which will +re-running the erroneous rustc command with the `--version --verbose` flags, which will produce something like this: ```text