Skip to content

Commit e251128

Browse files
committed
wip
1 parent e120766 commit e251128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ codeboost run --batch repositories.json --size 3 <boost>
5454
```
5555

5656
When running in batch mode, the `--size` option can be used to specify the number of repositories to process at once. The default is 1.
57-
The `--batch` option can be used to specify a JSON file containing an array of objects that have a `name` property that resolves to "owner/repo-name". The object can contain other attributes as well, but MUST contain the name property for batch mode to work correctly.
57+
The `--batch` option can be used to specify a JSON file containing an array of objects that have a `name` property that resolves to "owner/repo-name". The object can contain other attributes as well, but MUST contain the `name` property for batch mode to work correctly.
5858

5959
Example of a batch JSON file (_repositories.json_):
6060

0 commit comments

Comments
 (0)