Skip to content

Commit 95665c8

Browse files
tshepangmark-i-m
authored andcommitted
I prefers long options in documentation
1 parent 3868a5c commit 95665c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ To make a PR, the following steps are useful.
7272
git submodule update --remote src/doc/rustc-guide
7373
git add -u
7474
git commit -m "Update rustc-guide"
75-
./x.py test -i --stage 1 src/doc/rustc-guide # This is optional and should succeed anyway
75+
# Note that you can use -i, which is short for --incremental, in the following command
76+
./x.py test --incremental --stage 1 src/doc/rustc-guide # This is optional and should succeed anyway
7677
# Open a PR in rust-lang/rust
7778
```
7879

0 commit comments

Comments
 (0)