From f22a77890e1d9013f4cad56a6edc5d9f05f212e9 Mon Sep 17 00:00:00 2001
From: Joey Hess <joey@kitenet.net>
Date: Fri, 11 Jul 2014 14:08:40 -0400
Subject: [PATCH] improve documentation about sync

---
 doc/bugs/git-annex_sync_does_not_push.mdwn | 2 ++
 doc/git-annex.mdwn                         | 5 +++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/doc/bugs/git-annex_sync_does_not_push.mdwn b/doc/bugs/git-annex_sync_does_not_push.mdwn
index 3f17664f2c..a5fbc17427 100644
--- a/doc/bugs/git-annex_sync_does_not_push.mdwn
+++ b/doc/bugs/git-annex_sync_does_not_push.mdwn
@@ -48,3 +48,5 @@ The following script (from <https://gist.github.com/gioele/d4e0905a3570f097fb0b>
 ### What version of git-annex are you using? On what operating system?
 
 5.20140412ubuntu1 from Ubuntu 14.04.
+
+> Documentation fixed, so provisionally [[done]] --[[Joey]] 
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn
index a6b2cbb833..dc32494569 100644
--- a/doc/git-annex.mdwn
+++ b/doc/git-annex.mdwn
@@ -140,8 +140,9 @@ subdirectories).
 
   Use this command when you want to synchronize the local repository with
   one or more of its remotes. You can specify the remotes to sync with;
-  the default is to sync with all remotes. Or specify `--fast` to sync with
-  the remotes with the lowest annex-cost value.
+  the default is to sync with all remotes that have an annex.uuid
+  configured. Or specify `--fast` to sync with the remotes with the
+  lowest annex-cost value. Or specify the remotes to sync with.
 
   The sync process involves first committing all local changes,
   then fetching and merging the `synced/master` and the `git-annex` branch