From e59ec6da571565a1b4392a4afdbf1dc0ba9eb79a Mon Sep 17 00:00:00 2001 From: Niket Parikh Date: Wed, 27 Jul 2022 14:41:47 -0700 Subject: [PATCH] Fix small typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51e3860..ec111ab 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ When no machine has access to both the public internet and the GHES instance: - `cache-dir` _(required)_ The directory to cache the pulled repositories into. - `repo-name` _(optional)_ - A single repository to be synced. In the format of `owner/repo`. Optionally if you wish the repository to be named different on your GHES instance you can provide an alias in the format: `upstream_owner/up_streamrepo:destination_owner/destination_repo` + A single repository to be synced. In the format of `owner/repo`. Optionally if you wish the repository to be named different on your GHES instance you can provide an alias in the format: `upstream_owner/upstream_repo:destination_owner/destination_repo` - `repo-name-list` _(optional)_ A comma-separated list of repositories to be synced. Each entry follows the format of `repo-name`. - `repo-name-list-file` _(optional)_