]> git.lizzy.rs Git - rust.git/commit
Update man page with the new options
authorSimonas Kazlauskas <git@kazlauskas.me>
Mon, 22 Dec 2014 10:32:29 +0000 (12:32 +0200)
committerSimonas Kazlauskas <git@kazlauskas.me>
Mon, 22 Dec 2014 17:32:20 +0000 (19:32 +0200)
commitfaa00949d9387321ec7cbb57282f0f73f0deb8dd
tree00d347d59d319d8e97c8394afff1577f47a24bbb
parent34d680009205de2302b902d8f9f5f7ae7a042f1a
Update man page with the new options

This pull request updates the rustc manual page to represent post-#19900
state of rustc options better.

A bit unrelatedly, --help output is changed to fix some issues too:
  * -g and -O descriptions were changed from deprected flags to the new
    codegen flags.
  * dep-info value was moved from crate-type to emit flag.

Fixes #20111
Fixes #20131
man/rustc.1
src/librustc/session/config.rs