Skip to content

Commit f8092b2

Browse files
committed
update
1 parent a321c71 commit f8092b2

File tree

1 file changed

+5
-0
lines changed
  • library/compiler-builtins/crates/josh-sync/src

1 file changed

+5
-0
lines changed

library/compiler-builtins/crates/josh-sync/src/main.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@ Usage:
1111
1212
josh-sync rustc-pull
1313
14+
Pull from rust-lang/rust to compiler-builtins. Creates a commit
15+
updating the version file, followed by a merge commit.
16+
1417
josh-sync rustc-push GITHUB_USERNAME [BRANCH]
18+
19+
Create a branch off of rust-lang/rust updating compiler-builtins.
1520
"#;
1621

1722
fn main() -> anyhow::Result<()> {

0 commit comments

Comments
 (0)