diff options
author | Joey Hess <joey@kitenet.net> | 2011-09-19 12:21:53 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-09-19 12:21:53 -0400 |
commit | 73f3a00c1cad9e77ba9517bdc25b8086abc9bc59 (patch) | |
tree | 803b9bcdf00a6636046f8fc44292615c4da65220 | |
parent | 3b2e4620184e2f7cc2dfd72b80e1e9eb8bd1dfef (diff) |
typo
-rw-r--r-- | doc/walkthrough/powerful_file_matching.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/walkthrough/powerful_file_matching.mdwn b/doc/walkthrough/powerful_file_matching.mdwn index c0af4615c..d5d29377c 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: |