Skip to content

Commit 7694a6d

Browse files
committed
Print new --print option in help.
1 parent 4023e5d commit 7694a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_session/config.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@ pub fn rustc_short_optgroups() -> Vec<RustcOptGroup> {
913913
"",
914914
"print",
915915
"Compiler information to print on stdout",
916-
"[crate-name|file-names|sysroot|cfg|target-list|\
916+
"[crate-name|file-names|sysroot|target-libdir|cfg|target-list|\
917917
target-cpus|target-features|relocation-models|\
918918
code-models|tls-models|target-spec-json|native-static-libs]",
919919
),

0 commit comments

Comments
 (0)