From 1b7d5d3ce2bb029f2e19093581b2a3f1bb0c6a48 Mon Sep 17 00:00:00 2001 From: deajan Date: Thu, 2 Jul 2015 19:20:19 +0200 Subject: [PATCH] Typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8c73b2..6633327 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Please use double quotes as path delimiters. Do not use escaped characters in pa QuickSync example ----------------- # osync.sh --master="/path/to/dir1" --slave="/path/to/remote dir2" - # /osync.sh --master="/path/to/another dir" --slave="ssh://user@host.com:22//path/to/dir2" --rsakey=/home/user/.ssh/id_rsa_private_key_example.com + # osync.sh --master="/path/to/another dir" --slave="ssh://user@host.com:22//path/to/dir2" --rsakey=/home/user/.ssh/id_rsa_private_key_example.com Running osync with a Configuration file ---------------------------------------