diff options
| author | oyvindln <oyvindln@users.noreply.github.com> | 2017-09-13 22:50:47 +0200 |
|---|---|---|
| committer | oyvindln <oyvindln@users.noreply.github.com> | 2017-09-13 22:50:47 +0200 |
| commit | e89748e54f059e72b4ab4b6948a992f273c64cc6 (patch) | |
| tree | 85a446c8bb824ae3953114e2bb1145794630242a | |
| parent | edf1622bb4f3bd2ba8c8cd13c12a22e7d776120f (diff) | |
| download | rust-e89748e54f059e72b4ab4b6948a992f273c64cc6.tar.gz rust-e89748e54f059e72b4ab4b6948a992f273c64cc6.zip | |
Remove the other period and start with lowercase for more consistency
| -rw-r--r-- | src/librustc/session/config.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/librustc/session/config.rs b/src/librustc/session/config.rs index a4b13bb2f4d..4cc2a087d81 100644 --- a/src/librustc/session/config.rs +++ b/src/librustc/session/config.rs @@ -1052,9 +1052,9 @@ options! {DebuggingOptions, DebuggingSetter, basic_debugging_options, linker_flavor: Option<LinkerFlavor> = (None, parse_linker_flavor, [UNTRACKED], "Linker flavor"), fuel: Option<(String, u64)> = (None, parse_optimization_fuel, [TRACKED], - "Set the optimization fuel quota for a crate"), + "set the optimization fuel quota for a crate"), print_fuel: Option<String> = (None, parse_opt_string, [TRACKED], - "Make Rustc print the total optimization fuel used by a crate."), + "make Rustc print the total optimization fuel used by a crate"), remap_path_prefix_from: Vec<String> = (vec![], parse_string_push, [TRACKED], "add a source pattern to the file path remapping config"), remap_path_prefix_to: Vec<String> = (vec![], parse_string_push, [TRACKED], |
