Skip to content

Commit ba1a8df

Browse files
ehusschrissimpkinsmark-i-m
committed
Apply suggestions from code review
Co-authored-by: Chris Simpkins <[email protected]> Co-authored-by: Who? Me?! <[email protected]>
1 parent fe96650 commit ba1a8df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cli.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ flags should be documented there. Unstable flags should be documented in the
1313
such as `-C embed-bitcode=no`.
1414
- Consider the behavior if the flag is passed multiple times. In some
1515
situations, the values should be accumulated (in order!). In other
16-
situations, subsequence flags should override previous flags (for example,
16+
situations, subsequent flags should override previous flags (for example,
1717
the lint-level flags). And some flags (like `-o`) should generate an error
1818
if it is too ambiguous what multiple flags would mean.
1919
- Always give options a long descriptive name, if only for more understandable
2020
compiler scripts.
2121
- The `--verbose` flag is for adding verbose information to `rustc` output
2222
when not compiling a program. For example, using it with the `--version`
23-
flag gives information about the hashes of the code.
23+
flag gives information about the hashes of the compiler code.
2424
- Experimental flags and options must be guarded behind the `-Z
2525
unstable-options` flag.
2626

0 commit comments

Comments
 (0)