Skip to content

Commit 58cd6ed

Browse files
authored
Merge pull request #24 from Binlogo/fix-docs
Fix rustc-josh-sync push command argument order in README
2 parents 28a012f + f47c920 commit 58cd6ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ A pull operation fetches changes to the subtree subdirectory that were performed
3232
A push operation takes changes performed in the subtree repository and merges them into the subtree subdirectory of the `rust-lang/rust` repository. After performing a push, a push request is sent against the *rustc repository*. We *push to rustc*.
3333

3434
1) Checkout the latest default branch of the subtree
35-
2) Run `rustc-josh-sync push <your-github-username> <branch>`
35+
2) Run `rustc-josh-sync push <branch> <your-github-username>`
3636
- The branch with the push contents will be created in `https://github.com/<your-github-username>/rust` fork, in the `<branch>` branch.
3737
3) Send a PR to [rust-lang/rust]
3838

0 commit comments

Comments
 (0)