From 9b82858000d4477bc737e5accc3138efde72b9e3 Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Tue, 16 May 2023 01:03:43 +0200 Subject: [PATCH] fix mirror/migrate errors in doco --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 974494d..d30c617 100644 --- a/README.md +++ b/README.md @@ -21,13 +21,13 @@ git-get-and-build.sh \ \ \[\\]\ * git-migrate-repo.sh\ create mirror or copy of src.koozali.org repository in a local GITEA instance\ -git-mirror-repo.sh \ \ \[\ \\]\ +git-migrate-repo.sh \ \ \[\ \\]\ \ will create local repo as either a copy or a mirror of the remote repo (default = copy)\ \ within your local GITEA, otherwise local user - must exist already * git-migrate-org.sh\ create mirrors of all repos for an organisation in a local GITEA instance\ -git-mirror-org.sh \ \[\ \ \\]\ +git-migrate-org.sh \ \[\ \ \\]\ \ will create local repos as either a copy or a mirror of the remote repos (default = copy)\ \ will just list the repos to be migrated, rather than doing it\ \ within your local GITEA, otherwise local user - must exist already \ No newline at end of file