From 73f3a00c1cad9e77ba9517bdc25b8086abc9bc59 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 19 Sep 2011 12:21:53 -0400 Subject: [PATCH] typo --- doc/walkthrough/powerful_file_matching.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/walkthrough/powerful_file_matching.mdwn b/doc/walkthrough/powerful_file_matching.mdwn index c0af4615c4..d5d29377c4 100644 --- a/doc/walkthrough/powerful_file_matching.mdwn +++ b/doc/walkthrough/powerful_file_matching.mdwn @@ -9,7 +9,7 @@ information indicates are present in a given repository. For example, if you want to populate newarchive with files, but not those already on oldarchive, you could do it like this: - git annex copy --not -in oldarchive --to newarchive + git annex copy --not --in oldarchive --to newarchive Without the --not, --in makes it act on files that *are* in the specified repository. So, to remove files that are on oldarchive: