diff options
| author | Felix S. Klock II <pnkfelix@pnkfx.org> | 2014-02-10 16:54:00 +0100 |
|---|---|---|
| committer | Felix S. Klock II <pnkfelix@pnkfx.org> | 2014-02-10 16:54:00 +0100 |
| commit | 06a0c21c91b161781ee1aced0f2a9aed84cb4646 (patch) | |
| tree | 19442caa4d8d899c5ef5bd7fec46a0455d688223 /src | |
| parent | d440a569bb34ef31af7eff26105a115120a85e80 (diff) | |
| download | rust-06a0c21c91b161781ee1aced0f2a9aed84cb4646.tar.gz rust-06a0c21c91b161781ee1aced0f2a9aed84cb4646.zip | |
Add pointer to extended-help entry for `-C help` codegen options.
Diffstat (limited to 'src')
| -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())); |
