diff options
| author | Matt Kraai <kraai@ftbfs.org> | 2016-04-10 06:59:19 -0700 |
|---|---|---|
| committer | Matt Kraai <kraai@ftbfs.org> | 2016-04-10 06:59:19 -0700 |
| commit | 43a0f4119b8bdb6cc5a3c07ff201705186f84d82 (patch) | |
| tree | 0d9c5e87bc8b3ef111128b59f0de6bc97874bb4d | |
| parent | 526f2bf5c534308193246e13ab2da8b3c0cf3cbb (diff) | |
| download | rust-43a0f4119b8bdb6cc5a3c07ff201705186f84d82.tar.gz rust-43a0f4119b8bdb6cc5a3c07ff201705186f84d82.zip | |
Remove an extra command from the usage message
| -rw-r--r-- | src/librustc/session/config.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc/session/config.rs b/src/librustc/session/config.rs index 574c927bd75..4ea6baca367 100644 --- a/src/librustc/session/config.rs +++ b/src/librustc/session/config.rs @@ -892,7 +892,7 @@ pub fn rustc_short_optgroups() -> Vec<RustcOptGroup> { opt::multi_s("L", "", "Add a directory to the library search path", "[KIND=]PATH"), opt::multi_s("l", "", "Link the generated crate(s) to the specified native - library NAME. The optional KIND can be one of, + library NAME. The optional KIND can be one of static, dylib, or framework. If omitted, dylib is assumed.", "[KIND=]NAME"), opt::multi_s("", "crate-type", "Comma separated list of types of crates |
