From 2f12c376a0bb396dff912fe5eec8806e28e7d6c2 Mon Sep 17 00:00:00 2001 From: "http://ypid.wordpress.com/" Date: Mon, 31 Mar 2014 17:49:13 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9E.=E2=80=9C=20does=20not=20seem=20to=20?= =?UTF-8?q?be=20a=20valid=20alias=20for=20here=20in=20current=20version=20?= =?UTF-8?q?(5.20140306~bpo70+1).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/preferred_content.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/preferred_content.mdwn b/doc/preferred_content.mdwn index 9829fc687d..4cab5721d2 100644 --- a/doc/preferred_content.mdwn +++ b/doc/preferred_content.mdwn @@ -33,7 +33,7 @@ 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 ." will find all the +For example, "git annex find --want-get --not --in here" will find all the files that "git annex get --auto" will want to get, and "git annex find --want-drop --in ." will find all the files that "git annex drop --auto" will want to drop.