link-directives: clarify usage message
This commit is contained in:
parent
fc5db2cd4f
commit
fde2e40e43
2 changed files with 2 additions and 2 deletions
|
@ -1490,7 +1490,7 @@ options! {
|
|||
layout_seed: Option<u64> = (None, parse_opt_number, [TRACKED],
|
||||
"seed layout randomization"),
|
||||
link_directives: bool = (true, parse_bool, [TRACKED],
|
||||
"honour #[link] directives in crates (default: yes)"),
|
||||
"honor #[link] directives in the compiled crate (default: yes)"),
|
||||
link_native_libraries: bool = (true, parse_bool, [UNTRACKED],
|
||||
"link native libraries in the linker invocation (default: yes)"),
|
||||
link_only: bool = (false, parse_bool, [TRACKED],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue