Fixed mistake in readme

Signed-off-by: Eliminater74 <eliminater74@gmail.com>
This commit is contained in:
Michael Ryan 2021-06-12 02:06:21 -04:00 committed by Eliminater74
parent f87dd89716
commit 12ff072138
No known key found for this signature in database
GPG Key ID: 2DB13AFD9AF1A53C

View File

@ -37,7 +37,7 @@ The branch name for the destination repository. It defaults to `main` for histor
### `commit-message` (argument) [optional] ### `commit-message` (argument) [optional]
The commit message to be used in the output repository. Optional and defaults to "Update from $REPOSITORY_URL@commit". The commit message to be used in the output repository. Optional and defaults to "Update from $REPOSITORY_URL@commit".
### `target-branch` (argument) [optional] ### `target-directory` (argument) [optional]
The directory to wipe and replace in the target repository. Defaults to wiping the entire repository The directory to wipe and replace in the target repository. Defaults to wiping the entire repository
The string `ORIGIN_COMMIT` is replaced by `$REPOSITORY_URL@commit`. The string `ORIGIN_COMMIT` is replaced by `$REPOSITORY_URL@commit`.