summaryrefslogtreecommitdiff
path: root/doc/preferred_content.mdwn
diff options
context:
space:
mode:
authorGravatar http://ypid.wordpress.com/ <http://ypid.wordpress.com/@web>2014-03-31 17:49:13 +0000
committerGravatar admin <admin@branchable.com>2014-03-31 17:49:13 +0000
commitdd212576c319f2cf5289ad5937c3585ad07aa518 (patch)
treeb4833e2acc61197eb606b85bfef0e65c7be0e307 /doc/preferred_content.mdwn
parentdce2ea2aac2161cda9b683909e12ec063b6524c9 (diff)
„.“ does not seem to be a valid alias for here in current version (5.20140306~bpo70+1).
Diffstat (limited to 'doc/preferred_content.mdwn')
-rw-r--r--doc/preferred_content.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/preferred_content.mdwn b/doc/preferred_content.mdwn
index 9829fc687..4cab5721d 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.