diff options
| author | Jeremy Fitzhardinge <jsgf@fb.com> | 2023-02-08 12:05:53 -0800 |
|---|---|---|
| committer | Jeremy Fitzhardinge <jsgf@fb.com> | 2023-02-22 10:34:51 -0800 |
| commit | fde2e40e43b487357fad103beec0ec228b077f61 (patch) | |
| tree | 3e949783b16e58897d5c75a765f07e8eaf9c92a1 /compiler/rustc_session/src | |
| parent | fc5db2cd4fc3030fdc4cad0e6e38e7f80a7aa71b (diff) | |
| download | rust-fde2e40e43b487357fad103beec0ec228b077f61.tar.gz rust-fde2e40e43b487357fad103beec0ec228b077f61.zip | |
link-directives: clarify usage message
Diffstat (limited to 'compiler/rustc_session/src')
| -rw-r--r-- | compiler/rustc_session/src/options.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_session/src/options.rs b/compiler/rustc_session/src/options.rs index eb8e54fa0bd..4beac931632 100644 --- a/compiler/rustc_session/src/options.rs +++ b/compiler/rustc_session/src/options.rs @@ -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], |
