clarify that --all doesn't operate on a single file
This commit is contained in:
parent
2d2d0a4d75
commit
4b3f03ef38
1 changed files with 5 additions and 4 deletions
|
@ -78,10 +78,11 @@ subdirectories).
|
||||||
or transferring them from some kind of key-value store.
|
or transferring them from some kind of key-value store.
|
||||||
|
|
||||||
Normally git-annex will choose which repository to copy the content from,
|
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
|
but you can override this using the `--from` option.
|
||||||
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
|
Rather than specifying a filename, the `--all` option can be used to
|
||||||
without the filename.
|
get all available versions of all files, or the --key=KEY`
|
||||||
|
option can be used to get a specified key.
|
||||||
|
|
||||||
* `drop [path ...]`
|
* `drop [path ...]`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue