Skip to content

Commit 6b21ff8

Browse files
committed
[swift-snapshot-tool] Fix the description in the README of branch specification to match how we do it today.
Today one uses --development, --release_5_0, --release_6_0, --release_6_2, etc instead of previously how we specify it.
1 parent 858383c commit 6b21ff8

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

utils/swift_snapshot_tool/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ value is at. This allows for one to get a sense of the range of time in between
2323
two bisect numbers since one can look at the range in between them and how time
2424
varies.
2525

26+
One can specify a branch of snapshots to list. By default uses
27+
--development. Also supports the options --release_5_0, --release_6_0,
28+
--release_6_2.
29+
2630
## Run
2731

2832
```
@@ -56,7 +60,8 @@ Options:
5660
an error was fixed.
5761

5862
- branch: This controls the specific branch of snapshots that are downloaded. By
59-
default uses development. Also supports the options 5.0 and 6.0.
63+
default uses --development. Also supports the options --release_5_0,
64+
--release_6_0, --release_6_2.
6065

6166
## Bisect
6267

@@ -94,4 +99,5 @@ Options:
9499
an error was fixed.
95100

96101
- branch: This controls the specific branch of snapshots that are downloaded. By
97-
default uses development. Also supports the options 5.0 and 6.0.
102+
default uses --development. Also supports the options --release_5_0,
103+
--release_6_0, --release_6_2.

0 commit comments

Comments
 (0)