diff options
author | http://ypid.wordpress.com/ <http://ypid.wordpress.com/@web> | 2014-04-01 16:27:29 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-04-01 16:27:29 +0000 |
commit | 388c6994a888bb5ac764dc9adf050c3359579acd (patch) | |
tree | e9881e5bdac3907e89d19935d110f7b3852ea67a | |
parent | d0dc78aad3b72e776811e85f585ec5ba0ed5d2c7 (diff) |
„.“ does work with the most current version (5.20140320~bpo70+1).
-rw-r--r-- | doc/preferred_content.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/preferred_content.mdwn b/doc/preferred_content.mdwn index b90d2408b..4f6a3409f 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 |