clarify that --all doesn't operate on a single file

This commit is contained in:
Joey Hess 2014-08-19 12:11:19 -04:00
parent 2d2d0a4d75
commit 4b3f03ef38

View file

@ -78,10 +78,11 @@ subdirectories).
or transferring them from some kind of key-value store.
Normally git-annex will choose which repository to copy the content from,
but you can override this using the `--from` option. Only the last version
of the file is retrieved (use `--all` to retrieve all versions of
the file). `--key=KEY` option can be used to retrieve a specified key
without the filename.
but you can override this using the `--from` option.
Rather than specifying a filename, the `--all` option can be used to
get all available versions of all files, or the --key=KEY`
option can be used to get a specified key.
* `drop [path ...]`