]> git.lizzy.rs Git - rust.git/commitdiff
Update complement-bugreport.md
authorBrian J Brennan <brianloveswords@gmail.com>
Tue, 23 Dec 2014 00:43:57 +0000 (19:43 -0500)
committerBrian J Brennan <brianloveswords@gmail.com>
Tue, 23 Dec 2014 00:43:57 +0000 (19:43 -0500)
`--version=verbose` doesn't exist anymore, `--version --verbose` is the way to do that now.

src/doc/complement-bugreport.md

index 22d17a9d6fe7da07b234f91627d41aae1e7e3211..848c56ee543dd24bd773677aab39594baecc3817 100644 (file)
@@ -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