diff --git a/doc/todo/Make_git_annex_sync_--content_trust_location_logs.mdwn b/doc/todo/Make_git_annex_sync_--content_trust_location_logs.mdwn index 7d850911fc..54eb607251 100644 --- a/doc/todo/Make_git_annex_sync_--content_trust_location_logs.mdwn +++ b/doc/todo/Make_git_annex_sync_--content_trust_location_logs.mdwn @@ -1,2 +1,2 @@ Hello Joey,
-`git annex sync --content` checks if the content of a key exists locally by checking if the path exists instead looking at the location log. I suspect that this has a large impact on performance if the cache is cold. +`git annex sync --content (--all)` checks if the content of a key exists locally by checking if the path exists instead looking at the location log. I suspect that this has a large impact on performance if the cache is cold.