From fb8d05d6c0c941efbe4c6145fd01f618f822441d Mon Sep 17 00:00:00 2001 From: l3uddz Date: Sat, 2 May 2020 09:36:04 +0100 Subject: [PATCH] change(readme): fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c95ab0b..de5f87e 100644 --- a/README.md +++ b/README.md @@ -127,9 +127,9 @@ syncer: - Manual - Perform manual sync/copy job(s) -`crop manual --copy --src rmeote1:/Backups --dst remote2:/Backups --sa /opt/service_accounts -- --dry-run --drive-use-trash=false` +`crop manual --copy --src remote1:/Backups --dst remote2:/Backups --sa /opt/service_accounts -- --dry-run --drive-use-trash=false` -`crop manual --sync --src rmeote1:/Backups --dst remote2:/Backups --sa /opt/service_accounts --dedupe -- --drive-use-trash=false` +`crop manual --sync --src remote1:/Backups --dst remote2:/Backups --sa /opt/service_accounts --dedupe -- --drive-use-trash=false` ***