about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-12-23 09:31:26 +0000
committerbors <bors@rust-lang.org>2014-12-23 09:31:26 +0000
commit3f8d94e5a08e6d56109864cb4d048dfd0ba88811 (patch)
treed2226b50ed130eeb5c927fdca2d26c416a388580 /src
parent7cf470b6dadcb3294e4fa1649dd7a1bad8316347 (diff)
parentd3d39b2f0ab5d36653669651a53025e4b9ec11a4 (diff)
Merge pull request #20153 from brianloveswords/patch-1
Update complement-bugreport.md

Reviewed-by: alexcrichton
Diffstat (limited to 'src')
-rw-r--r--src/doc/complement-bugreport.md2
1 files changed, 1 insertions, 1 deletions
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