From 06a0c21c91b161781ee1aced0f2a9aed84cb4646 Mon Sep 17 00:00:00 2001 From: "Felix S. Klock II" Date: Mon, 10 Feb 2014 16:54:00 +0100 Subject: [PATCH] Add pointer to extended-help entry for `-C help` codegen options. --- src/librustc/lib.rs | 1 + 1 file changed, 1 insertion(+) 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()));