Skip to content

Commit

Permalink
I prefers long options in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang authored and mark-i-m committed Oct 18, 2019
1 parent 232b35d commit fa3a3e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ To make a PR, the following steps are useful.
git submodule update --remote src/doc/rustc-guide
git add -u
git commit -m "Update rustc-guide"
./x.py test -i --stage 1 src/doc/rustc-guide # This is optional and should succeed anyway
# Note that you can use -i, which is short for --incremental, in the following command
./x.py test --incremental --stage 1 src/doc/rustc-guide # This is optional and should succeed anyway
# Open a PR in rust-lang/rust
```

Expand Down

0 comments on commit fa3a3e4

Please sign in to comment.