From bc3d40b7a574cec235ee885b12efe0c7e6c354d9 Mon Sep 17 00:00:00 2001 From: "http://ypid.wordpress.com/" Date: Tue, 1 Apr 2014 16:27:29 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9E.=E2=80=9C=20does=20work=20with=20the?= =?UTF-8?q?=20most=20current=20version=20(5.20140320~bpo70+1).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/preferred_content.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/preferred_content.mdwn b/doc/preferred_content.mdwn index b90d2408b9..4f6a3409f4 100644 --- a/doc/preferred_content.mdwn +++ b/doc/preferred_content.mdwn @@ -33,9 +33,9 @@ If it doesn't, the repository wants to drop its content To check at the command line which files are matched by preferred content settings, you can use the --want-get and --want-drop options. -For example, `git annex find --want-get --not --in here` will find all the +For example, `git annex find --want-get --not --in .` will find all the files that `git annex get --auto` will want to get, and `git annex find ---want-drop --in here` will find all the files that `git annex drop --auto` +--want-drop --in .` will find all the files that `git annex drop --auto` will want to drop. The expressions are very similar to the matching options documented