diff options
| author | bors <bors@rust-lang.org> | 2014-02-10 17:11:48 -0800 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-02-10 17:11:48 -0800 |
| commit | 47ab5d2d42aaf9e04afe6cc5aa84446e523d83ff (patch) | |
| tree | 9a206fca1f0dbaddb752e907957669b948d5cb51 | |
| parent | 38ed4674e8054ee854871303401bffed7c05b01b (diff) | |
| parent | 06a0c21c91b161781ee1aced0f2a9aed84cb4646 (diff) | |
| download | rust-47ab5d2d42aaf9e04afe6cc5aa84446e523d83ff.tar.gz rust-47ab5d2d42aaf9e04afe6cc5aa84446e523d83ff.zip | |
auto merge of #12153 : pnkfelix/rust/fsk-add-dash-C-help-pointer, r=sanxiyn
(The fact that this flag has a large collection of suboptions qualifies it for an entry in the "Additional help" section.)
| -rw-r--r-- | src/librustc/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustc/lib.rs b/src/librustc/lib.rs index 1b575e96df6..ca702dbc37d 100644 --- a/src/librustc/lib.rs +++ b/src/librustc/lib.rs @@ -141,6 +141,7 @@ pub fn usage(argv0: &str) { let message = format!("Usage: {} [OPTIONS] INPUT", argv0); println!("{}\n\ Additional help: + -C help Print codegen options -W help Print 'lint' options and default settings -Z help Print internal options for debugging rustc\n", getopts::usage(message, d::optgroups())); |
