We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba6e0ff commit 14c6541Copy full SHA for 14c6541
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 3e9284d12873da6c7c4c6057f07856580422221c
+refs/heads/master: d3f0ede1980a483178df9625c342899f8aa742b5
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
5
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be
trunk/src/rustdoc/rustdoc.rs
@@ -85,7 +85,7 @@ fn test_run_passes() {
85
86
fn main(args: ~[~str]) {
87
88
- if vec::contains(args, ~"-h") {
+ if args.contains(~"-h") || args.contains(~"--help") {
89
config::usage();
90
return;
91
}
0 commit comments