„.“ does not seem to be a valid alias for here in current version (5.20140306~bpo70+1).
This commit is contained in:
parent
138c395636
commit
2f12c376a0
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue