summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-09-19 01:54:20 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-09-19 01:54:20 -0400
commita4aef6f11508078b6d593ec9daea2c4225e630c4 (patch)
tree47bf4b90694c6df225f6aca4aed437623af0d15d
parent94ee28556fb0c42b774e0af9f69fbf9cb5f04d01 (diff)
clarify wording
-rw-r--r--debian/changelog4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 1f7decc1d..fc57fb361 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,8 +10,8 @@ git-annex (3.20110916) UNRELEASED; urgency=low
* find: Rather than only showing files whose contents are present,
when used with --exclude --copies or --in, displays all files that
match the specified conditions.
- * Note that this is a behavior change for find --exclude! Old behavior
- can be gotten with: find --in . --exclude=...
+ * Note that this is a behavior change for git-annex find! Old behavior
+ can be gotten by using: git-annex find --in .
-- Joey Hess <joeyh@debian.org> Sun, 18 Sep 2011 18:25:51 -0400