about summary refs log tree commit diff
path: root/man
diff options
context:
space:
mode:
authorYuri Albuquerque <yuridenommus@gmail.com>2014-07-10 15:57:04 -0400
committerYuri Albuquerque <yuridenommus@gmail.com>2014-07-10 19:51:11 -0400
commit175d215eb63a755d7cc68203023622e25cd0b69d (patch)
tree900b8f9f27279e373cb6ef2bdea4b42b92914591 /man
parent345886cfddd881644fbf8c0e0c1487102b460cf6 (diff)
downloadrust-175d215eb63a755d7cc68203023622e25cd0b69d.tar.gz
rust-175d215eb63a755d7cc68203023622e25cd0b69d.zip
Some documentation fixes and improvements
Diffstat (limited to 'man')
-rw-r--r--man/rustc.13
1 files changed, 3 insertions, 0 deletions
diff --git a/man/rustc.1 b/man/rustc.1
index 2484960cac6..392818e95a1 100644
--- a/man/rustc.1
+++ b/man/rustc.1
@@ -12,6 +12,9 @@ This program is a compiler for the Rust language, available at
 .SH OPTIONS
 
 .TP
+\fB\-\-crate-name NAME\fR
+Specify the name of the crate being built
+.TP
 \fB\-\-crate-type=[bin|lib|dylib|rlib|staticlib]\fR
 Configure the flavor of rust crate that is generated (default `bin`)
 .TP