diff options
| author | steveklabnik <steve@steveklabnik.com> | 2018-04-24 12:21:08 -0400 |
|---|---|---|
| committer | steveklabnik <steve@steveklabnik.com> | 2018-04-24 12:21:08 -0400 |
| commit | 36475d947b4c39ec9dcaad137d51019c8b861918 (patch) | |
| tree | c1d2d6249b1bfd42563dca3b4c1387da9aee9277 | |
| parent | ac79c41edc2ed9d7125009dd5f21bdcc9fecb3c8 (diff) | |
| download | rust-36475d947b4c39ec9dcaad137d51019c8b861918.tar.gz rust-36475d947b4c39ec9dcaad137d51019c8b861918.zip | |
more nits
| -rw-r--r-- | src/doc/rustc/src/command-line-arguments.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/doc/rustc/src/command-line-arguments.md b/src/doc/rustc/src/command-line-arguments.md index 488102f926a..e2b001832fe 100644 --- a/src/doc/rustc/src/command-line-arguments.md +++ b/src/doc/rustc/src/command-line-arguments.md @@ -89,7 +89,7 @@ This flag lets you 'cap' lints, for more, [see here](lints/levels.html#capping-l This flag will allow you to set [codegen options](codegen-options/index.html). -## `-V`/`--verision`: print a version +## `-V`/`--version`: print a version This flag will print out `rustc`'s version. @@ -111,6 +111,6 @@ distribution; this flag allows that to be overridden. This flag lets you control the format of errors. -## `--color`: configur coloring of output +## `--color`: configure coloring of output -This flag lets you control color settings of the output. \ No newline at end of file +This flag lets you control color settings of the output. |
